Skip to content

Commit

Permalink
IBX-1464: Added versionNo param in the ezimage edit form template (
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 authored Dec 13, 2023
1 parent f721921 commit f8d3028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
'image-edit-actions-after',
{
'fieldDefinitionIdentifier' : form.parent.vars.value.fieldDefinition.identifier,
'contentId' : app.request.get('contentId')
'contentId' : app.request.get('contentId'),
'versionNo' : app.request.get('versionNo')
}
) }}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
'image-edit-actions-after',
{
'fieldDefinitionIdentifier' : form.parent.vars.value.fieldDefinition.identifier,
'contentId' : app.request.get('contentId')
'contentId' : app.request.get('contentId'),
'versionNo' : app.request.get('versionNo')
}
) }}
</div>
Expand Down

0 comments on commit f8d3028

Please sign in to comment.