Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
1.5
-
None
Description
If scheduled job provide parameters repository and path and doesn't provide uuid. Then try get uuid of node and put the parameter to the context.
Strangely this issue (see more in attached stacktraces) concerns only items in the Inbox which were added by a scheduled command, whereas if the inbox item was added by, say, manually activating a page in the website tree, then the error does not occur. Problem is here info.magnolia.module.workflow.inbox.new ListColumn()
{...}.getValue() at line #172 where the call to
String uuid = "" + this.getListControl().getIteratorValue("uuid");
returns an empty string in case of an inbox item added by a scheduled command
Checklists
Acceptance criteria