Defect #1590
closedRoles attributes - wrong values displayed in the second page
100%
Description
Affected version: 9.5
Situation:
2 roles have the same Definition of assigned attributes. 1st role uses 6 attributes, 2nd role uses the same 6 attributes plus 1 another.
Assign these roles to a user with different attributes' values.
Go to Directly assigned roles:
1) First page with the 1st role displays correct values:
2) Second page displays same values for the 2nd role as for the 1st role, but it's not right
3) Proof - the real values of the 2nd role are different:
There must be some wrong caching in frontend.
Files
Updated by Alena Peterová over 5 years ago
Note: When you change "Number of records" to 100, so all assigned roles are on the same page, then the values are displayed correctly.
Updated by Vít Švanda over 5 years ago
- Status changed from New to In Progress
- Assignee changed from Radek Tomiška to Vít Švanda
Updated by Vít Švanda over 5 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.
- Problem was in column with the form-attributes.
- This column was not rerenered, when page was changed.
- I added unique key to this column.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/0f9d90e465fe3c1145e77ca0f514bcbf18a34561
Updated by Radek Tomiška over 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I did test and review, it works, thx!
Updated by Radek Tomiška over 5 years ago
- Status changed from Resolved to Closed