Actions
Feature proposal #2412
closedNew event 'onAfterUserProfileEditCancel' added with state of "cancelled update" should be made so that triggers can be fired
Description
There's no trigger for the cancel button so CB Redirect can't do anything to act on cancel action. The cancel redirect is hardcoded in the function userEdit inside comprofiler.html.php.
A new state of "cancelled update" should be made so that triggers can be fired.
Updated by beat over 13 years ago
- Status changed from New to Assigned
- Assignee set to krileon
Updated by beat over 13 years ago
- Subject changed from new state of "cancelled update" should be made so that triggers can be fired to New event 'onAfterUserProfileEditCancel' added with state of "cancelled update" should be made so that triggers can be fired
- Status changed from Assigned to Closed
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
r1520 Added trigger onAfterUserProfileEditCancel( $user )
Actions