Page MenuHomeFeedback Tracker

BIS_fnc_deleteTask doesn't delete childtask from array
New, NormalPublic

Description

I'm trying to delete a subtask from a parenttask by using BIS_fnc_deleteTask.
The task in the interface (map -> tasks) getting deleted but if I'm using ...

_parentTask call BIS_fnc_taskChildren;

...my deleted subtask is still listed in the array from the parenttask.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Create a parent task with a subtask.
  2. Delete the subtask with BIS_fnc_deleteTask.
  3. _parentTask call BIS_fnc_taskChildren; hint format ["sub tasks: %1", _parentTask];

Event Timeline