Actions
Defect #17744
closedDisabling fields in tracker keeps attached workflow permissions
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Say e.g. you create a tracker by copying an existing workflow for which some field permissions have been specifically set.
Deselecting the fields used by the tracker (at creation time or at a later time) doesn't remove these permissions.
The may lead to some Version Id can't be blank error message at issue form status update if the original workflow stated that the field is mandatory for the new status even if the Version Id field is not in the form.
This is not easy to determinate as the workflow permissions are not visible in the administration screen but only in database.
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from Confirmed to Resolved
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next minor release to 2.6.1
- Resolution set to Fixed
Fixed in r13557. The rules are not removed but the validation now takes of disabled fields.
Actions