I'm want to place my role applicants into a temp role so they can have access to fill out their portfolio profile before approval. I set up an action to modify user roles but this is only available to the User trigger. How can I make it available to the Apply for Role "Trigger: When a user submits an application for a role"? Thanks.

Comments

Soren Jones’s picture

http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hoo...

If you are writing actions in your own modules and you simply want to declare support for all possible hooks, you can set 'hooks' => array('any' => TRUE)

jnicola’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This is a custom situation beyond the scope of this module, and we won't be supporting the 6.x branch either.