Actions
Defect #2841
closedWhen we can assign only one role, the modal window is stuck
Start date:
05/31/2021
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
Version 11.0
My user can assign only one specific role. When the user opens the modal window to add roles, the role is already selected - that is nice. But the form behaves as if it wasn't selected and can't be submitted.
The same holds for the bulk assignment of roles.
Files
Related issues
Updated by Vít Švanda over 3 years ago
- Status changed from New to In Progress
- Assignee changed from Radek Tomiška to Vít Švanda
- Target version set to 11.1.0
Updated by Vít Švanda over 3 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 0 to 90
Fixed. The problem is visible due to #2698. But after debugging, the main problem is in the normalization method, where the conversion between object and array is missing.
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/f6d7c38ea69ffe51d24c85d40f373a883de8396c
Updated by Radek Tomiška over 3 years ago
- Related to Feature #2698: Select the value if the required select box has only one value added
Updated by Radek Tomiška over 3 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I did test and code review, it works, thx!
Actions