[ 
https://jira.nuxeo.com/browse/NXP-8177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thierry Martins resolved NXP-8177.
----------------------------------

    Resolution: Fixed
      Assignee: Thierry Martins  (was: Bogdan Stefanescu)
          Tags: 551

> 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: Thierry Martins
>            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
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to