Actions
Bug #4555
closedUser Management toggles don't fire triggers or emails
Description
When toggling approval, ban, confirm, etc.. states they are direct stores (->store() does fire), which cause none of the approval, confirmation, etc.. triggers to fire or emails to send.
Updated by krileon over 10 years ago
See changeUsersStatus of CB 1.x in controller.default.php for reference of backend usage.
Updated by krileon over 10 years ago
Extend _checkmark behavior handling in TableBrowser to support class/method/key usage that'd call _private. This would allow custom toggle handling instead of just calling ->store() only. RegistryEditView will need to be prepared sooner (probably can be done in the constructor) so it doesn't have to be built multiple times and so _performTableActions can call the _private form type.
Updated by krileon over 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !282
Actions