Actions
Defect #974
closedAccAccount cannot be delete directly
Status:
Closed
Priority:
Normal
Assignee:
Vít Švanda
Category:
Account managment
Target version:
Start date:
02/20/2018
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Updated by Vít Švanda almost 7 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
Problem occured because final delete of the account was executed twice. First by deleting the relations between entity and account. Second by directly delete of the account.
This problem not occured for identity entity type, because only identity type supports "Protection mode". For this is uses another delete way.
This problem not occured for identity entity type, because only identity type supports "Protection mode". For this is uses another delete way.
- I fixed this (https://github.com/bcvsolutions/CzechIdMng/commit/c944d1df031a6ef98aefb5fbca1f4b1b2ade9993).
- I created test for dirctly delete of non identity account.
Updated by Radek Tomiška almost 7 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 review, it works, thx.
Actions