Actions
Feature #2039
closedBulk actions IdentityDisableBulkAction and IdentityEnableBulkAction execute disabling/enabling with normal priority
Start date:
02/05/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Bulk actions IdentityDisableBulkAction and IdentityEnableBulkAction call method enable and disable on IdmIdentityService. This methods execute standard save with normal priority.
Use case:- administrator wants immediate disable identity on system,
- administrator executes this bulk action,
- when is process another operation (eq synchronization) that throw many another events the disable operation on system will be executes after some time.
Please try think if is possible just throw event with HIGH priority (or immediate :)), or if will be better add now option for this bulk action.
Related issues
Updated by Radek Tomiška over 4 years ago
- Status changed from New to In Progress
- Assignee changed from Ondřej Kopr to Radek Tomiška
- Target version set to 10.3.0
Updated by Radek Tomiška over 4 years ago
- Related to Task #2226: Identity detail and projection - add button for de/activate user manually added
Updated by Radek Tomiška over 4 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
I've increased priority to HIGH, when identity is disabled / enabled by bulk action and dashboard button too (important operation).
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/ea62adbe58f3905802be2e0c071726046ea11a8b
Could you provide me a feedback, please?
Updated by Vít Švanda over 4 years ago
- Status changed from Needs feedback to Resolved
- % Done changed from 90 to 100
I did review and test. High priority is used now for identity enable/disable actions. Thanks for that.
Updated by Vít Švanda over 4 years ago
- Assignee changed from Vít Švanda to Radek Tomiška
Updated by Radek Tomiška over 4 years ago
- Status changed from Resolved to Closed
Actions