Fix context of sub chain in RunOperationOnList operation
--------------------------------------------------------
Key: NXP-8177
URL: https://jira.nuxeo.com/browse/NXP-8177
Project: Nuxeo Enterprise Platform
Issue Type: Bug
Components: Automation
Affects Versions: 5.5
Reporter: Thierry Martins
Assignee: Bogdan Stefanescu
Priority: Major
Fix For: 5.5.x
If the sub chain is run with an isolated context, it's not possible to retrieve
the item defined in the operation RunOperationOnList
This is because the item is not put in the sub context before running the
chain, but in the main context, which will not be available.
{code:java}
ctx.put(itemName, value);
service.run(subctx, chainId);
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets