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
Actions