When calling ContentWorkflowHelper.doAction with only a Content and an actionId as parameters, the EditContentFunction will endup trying to retrieve the context parameters in the parent context. But they might not exist. For example when called by an Observer.
This is a problem as all following part will consider this parameters as not null.
- Duplique
-
CMS-10980 [Scripts] Content.save() does not work in asynchronous mode
- Closed