Forums / Developer / Adjusting event/approve!?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Adjusting event/approve!?

Author Message

Clemens T

Friday 02 September 2005 5:01:18 am

Hello all,
I'm currently trying to adjust the approve event to my needs.. which are:

- automatically subscribe a user-group to the item that is approved
- this usergroup should receive a mailmessage when the item is approved.

I'm having the following problems.. where should I put the notification-rule-subscription.. currently I'm editing: ezapprovecollaborationhandler.php , but my guess is that I can't get the NodeID (of the item that is going to be published) because on the bottom of this file, the item doesn't exist in the content-tree (it will probably be published after this event).

Is this correct, or is there a way for me to get the NodeId on the bottom of the :

    function handleCustomAction( &$module, &$collaborationItem )
    {
...
}

function?

Thanks for any help!
Clemens