Path

ez.no / developer / contribs / workflow / ezobjectstatenotification


eZObjectStateNotification

Author Version Downloads Compatible with
Fabien Mas 1 124 4.2.0
This worklow event notify users when an object state is changed

Description

When you change an object state from state_1 to state_2 , all the users who have the rigth
content-edit | stategroup_"mystate" on state_2 will receive an email

Changelog

2009-11-17 : Added the section limitation check when you use the 'assign with limitation -> section'

Comments

Re: template for workflow configuration

Hi
You can't configure it in the worklow.
Have you try to put your worklow into a multiplexer ?

You have to do it when you assign the policy to a group or an user
You have to choose "assign with limitation" and set your subtree here

For the section id, it is not done already, have a look at this line
if($tmpuser['limit_ident']=='Subtree'){..}

just paste this code after
 


elseif($tmpuser['limit_ident']=='Section')


{


  $section=$tmpuser['limit_value'];                                            


  if($section==$object->attribute('section_id'))


    $bok=true;


}


I will post this release soon


template for workflow configuration

Hello, we have installed the extension but we can't find the template neccesary to configure the workflow correctly. workflow/edit/

When we assign an event "object state notification" to thw workflow we don't have any other parameters to configure like sectionid_list.

Please could you tell us if something is missing in the extension package in the design/templates/folder?

Thanks a lot

log in or create a user account to comment.

Contribution info (beta)

Download