Actions
Defect #238
closedFE - trimmed versus fully loaded entities in redux state
Start date:
12/13/2016
Due date:
% Done:
100%
Estimated time:
4.00 h
Affected versions:
Owner:
Description
Some ui components have to work with trimmed or fully loaded entity. In redux state is only one storage now and is not possible to know, which entity is needed.
Problem occurs with tables and forms:
- role systems table on role detail, after role system is saved and return to role systems table
- role detail
Hot fix with modified check before storing entity to redux storage was added recently, but its not working reliably.
Updated by Radek Tomiška about 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
- Estimated time set to 4.00 h
I've added the second storage to data reducer, which contains trimmed entities. Appropriate entity is returned by uiKey.
Could you make a review and test, please?
Updated by Radek Tomiška about 8 years ago
- Assignee changed from Vít Švanda to Ondřej Kopr
Updated by Ondřej Kopr about 8 years ago
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 90 to 100
Feedback:
- Test on agenda role <-> connected system,
- check code on github,
- works nice and clean - OK.
Updated by Radek Tomiška about 8 years ago
- Status changed from Needs feedback to Closed
Updated by Radek Tomiška over 5 years ago
- Tracker changed from Task to Defect
- Category changed from 20 to Frontend
Actions