Skip to content

Commit

Permalink
JNG-5468 add access create (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg authored Feb 12, 2024
1 parent a8abb06 commit 4aab998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const {{ simpleActionDefinitionName action.actionDefinition }} = async (openCrea
await customActions.post{{ firstToUpper (simpleActionDefinitionName action.actionDefinition) }}(data, res, onSubmit, onClose, openCreated);
} else {
showSuccessSnack(t('judo.action.create.success', { defaultValue: 'Create successful' }));
await onSubmit(res);
await onSubmit(res, isDraft);
if (openCreated) {
{{# if action.targetPageDefinition }}
{{# if action.targetPageDefinition.openInDialog }}
Expand Down

0 comments on commit 4aab998

Please sign in to comment.