Defect #1571
closedName of automatic role is cleared after parameter is added
100%
Description
Step to reproduce:
1-go to automatic roles and add new automatic role based on attribute
2-type some text into field "Name of automatic role"
3-add some rule
4-text which you typed into "Name of automatic role" is cleared after adding rule
Description is cleared to.
It clears values only when you adding first rule. When you add some more rules these fields will stay filled.
See pictures 1 (before) and 2 (after) added rule
Version 9.4.0
Files
Updated by Ondřej Kopr almost 6 years ago
- Assignee changed from Radek Tomiška to Ondřej Kopr
Updated by Vít Švanda almost 6 years ago
- Tracker changed from Task to Defect
- Assignee changed from Ondřej Kopr to Vít Švanda
- Priority changed from Normal to Low
- Target version set to Quartz (9.6.0)
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 AbstractForm, where wasn't checked changes in data deeply.
- Similar problem was on detail of role request, but there was situation a little complicated, because request contains list of concepts. Fixed too.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/8863214f1d4f5c2f89a9e867b610644612ba5820
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!