[ http://jira.magnolia.info/browse/MAGNOLIA-1415?page=all ]
Vivian Steller resolved MAGNOLIA-1415. -------------------------------------- Fix Version/s: (was: 3.5 RC3) Resolution: Fixed re-checked. works nicely with that fix (nothing to be changed on svn), so reset fix version to rc1. > Quick fix for default workflow definition. > ------------------------------------------ > > Key: MAGNOLIA-1415 > URL: http://jira.magnolia.info/browse/MAGNOLIA-1415 > Project: Magnolia > Issue Type: Improvement > Components: workflow > Affects Versions: 3.1 M1 > Reporter: Popa Bogdan > Assigned To: Vivian Steller > Priority: Minor > Fix For: 3.5 RC1 > > Original Estimate: 15 minutes > Remaining Estimate: 15 minutes > > There is a problem with the default activation definition found in the > default.xml file. The "revision round" sub is not working ok if a publisher > is rejecting the activation. The content is sent back to the editor but the > editor can't publish it again to the publisher! > I saw that the inbox is not shown for an editor but I think that it is a > feature that must be enable! > I have found a quick way to fix this problem: > Replacing : > " > <while test="${field:action} == reject"/> > " > with > " > <while> > <equals field-value="action" other-value="reject" /> > </while> > " > and > " > <process-definition name="to-publisher"> > <participant ref="group-publisher"/> > </process-definition> > " > with > " > <process-definition name="to-publisher"> > <sequence> > <!-- reset the assignTo field so the editor not longer see the > workflow items --> > <unset field="assignTo"/> > <participant ref="group-publisher" /> > </sequence> > </process-definition> > " > Hope this helps! > Thanks for your great work! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------