Update document state app
Sort arguments. Add keyword arguments. Update URL parameters to the '_id' form. Signed-off-by: Roberto Rosario <Roberto.Rosario.Gonzalez@gmail.com>
This commit is contained in:
@@ -158,7 +158,7 @@ class HTTPPostAction(WorkflowAction):
|
||||
logger.debug('payload template result: %s', result)
|
||||
|
||||
try:
|
||||
payload = json.loads(result, strict=False)
|
||||
payload = json.loads(s=result, strict=False)
|
||||
except Exception as exception:
|
||||
raise WorkflowStateActionError(
|
||||
_('Payload JSON error: %s') % exception
|
||||
|
||||
Reference in New Issue
Block a user