Content
View differences
Updated by Christophe Bliard over 2 years ago
See ##40867 for the full picture.
Work and Remaining Work fields must be editable for any work package, regardless of having a child or not.
* when "Work" is set to 0h, value should be unset (set to `nil`), and "Remaining Work" should be unset as well
* when "Remaining Work" is set to 0h, it should stay 0h. 0h. It cannot be set to 0h if "Work" is not set.
Questions
* Should setting Work update Remaining Work?
* Should setting Remaining Work update Work?
* Note: currently, this behavior is only present if the type of the work package is the one identified as a Task type in the backlogs plugin settings.
* \=> let's remove this behavior so that we can implement our own behavior later, consistent with all work packages.
Work and Remaining Work fields must be editable for any work package, regardless of having a child or not.
* when "Work" is set to 0h, value should be unset (set to `nil`), and "Remaining Work" should be unset as well
* when "Remaining Work" is set to 0h, it should stay 0h.
Questions
* Should setting Work update Remaining Work?
* Should setting Remaining Work update Work?
* Note: currently, this behavior is only present if the type of the work package is the one identified as a Task type in the backlogs plugin settings.
* \=> let's remove this behavior so that we can implement our own behavior later, consistent with all work packages.