Forums / General / Question for workflow Wait until date
Bin LIU
Friday 12 December 2008 2:58:52 am
I active the workflow "Wait until date".
So if I publish an article for tomorrow 8 hour-clock , when I validate the article now, it will added in waiting list until the cron passing tomorrow for publish. That's good.
But if I make a mistake in the article or I want to change the published time of the article, even I want to delete it, how can I edit or delete the article in waiting list ? I don't find it in backoffice.
Waiting for your advise. Thanks
=== Lagardère Active === Fetch random http://projects.ez.no/la_fetch_random LA Static Cache http://projects.ez.no/lastaticcache LA Bookmarks (jquery) http://projects.ez.no/labookmark LA Calendar (jquery) http://projects.ez.no/lacalendar My site ez http://lingping.info
André R.
Friday 12 December 2008 4:08:13 am
Use another workflow, there are serveral that allows this, two on projects.ez.no that works around this by using node hiding istead so you can edit/move/delete the content as you wish.
http://projects.ez.no/gwutilshttp://projects.ez.no/ezcore
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
Kristof Coomans
Friday 12 December 2008 4:34:09 am
I added an enhancement request in the issue tracker for this: http://issues.ez.no/IssueView.php?Id=14129
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Friday 12 December 2008 4:58:38 am
Thanks André
Friday 12 December 2008 7:36:41 am
Hi André, thanks for your extension. It's very useful.I added 3 lines in gwupdatehiddentype.php before if ( $currentTime < $publishTimestamp )
eZContentCacheManager::clearContentCache( $object->attribute('id') ); eZContentCacheManager::generateObjectViewCache( $object->attribute('id') ); eZStaticCache::executeActions();
It clear the object's view cache and push the action static_store in table ezpending_list for the project with staticcache activing.