Actions
Task #734
closedVirtual system integrity (after delete system in ACC module)
Start date:
10/04/2017
Due date:
% Done:
100%
Estimated time:
Owner:
Description
We need implement delete VsRequest, VsImplementers, VsAccounts, VsAccountValues and FormDefinition after SysSystem is delete in ACC module.
Updated by Vít Švanda about 7 years ago
SysSystemService now supported events.
- I created SystemSaveProcessor and SystemDeleteProcessor
Updated by Vít Švanda about 7 years ago
- % Done changed from 0 to 80
Integrity between SysSystem (ACC) and VsRequest, VsAccount and VsSystemImplementer is now correct:
- Before SysSystem is deleted is envoked SystemDeleteProcessor in VS module.
- If VS module has some unresolved requests, then is throw exception -> system will be not deleted.
- All archived VsRequest is deleted.
- All VsAccounts will deleted (include delete of form values).
- Form definition for VsAccount and system will deleted.
- All VsSystemImplementers will deleted.
- SysSystem will delete.
Updated by Vít Švanda about 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Ondřej Kopr
- % Done changed from 80 to 90
Documentation was completed.
Updated by Ondřej Kopr about 7 years ago
- Assignee changed from Ondřej Kopr to Patrik Stloukal
Updated by Patrik Stloukal about 7 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Patrik Stloukal to Vít Švanda
- % Done changed from 90 to 100
VS cannot be deleted if request is unresolved and if VS has accounts in system.
works fine.
Actions