Actions
Bug #2045
closedBackend: onAfterUserApproval event only fires if user is approved (in frontend it also fires on rejection)
Description
onAfterUserApproval is not firing if user is unapproved, etc.. it only fires if approved. Don't agree with this usage and is not consistent with frontend or onBlock twitter usage. Trigger should always be fired regardless of approval status (the trigger passes the approval status with it).
Files
Updated by krileon about 14 years ago
- File 2045.patch 2045.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 80
moved trigger to outside of IF statement to always fire in same consistency as frontend.
Updated by beat about 14 years ago
- Subject changed from onAfterUserApproval only fires if user is approved to Backend: onAfterUserApproval event only fires if user is approved (in frontend it also fires on rejection)
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
- Estimated time set to 0:30 h
Fixed in r1256 .
Actions