Forums / Developer / "wait until date" & content modification

"wait until date" & content modification

Author Message

Seb gaillard

Tuesday 07 July 2009 9:18:21 am

Hi,

I would like to know if it's possible to modify a content object when the datetime attribute used for the event "wait until date" is > currentDate().

For exemple:
the attribute "publish date" of myObject has the value: 10/07/2009 15:00.
To day we are the 07/07/2009 18:15 and I publish myObject.

Is'it possible to modify myObject before the 10/07/2009 15:00 ?

 

André R.

Tuesday 07 July 2009 2:41:58 pm

No unfortunately not, its a weakness of the default workflow events(also approval), you should look into alternative workflow extensions like these to be able to do that:
http://projects.ez.no/ezapprove2
http://projects.ez.no/gwutils

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Seb Gaillard

Wednesday 08 July 2009 1:29:21 am

Thank's André,

If I do this:
1/ approval
2/ wait until date
I can have the same result ?
I will try to do this...