Skip to content

Commit

Permalink
IBX-1464: Added versionNo parameter to ezimageasset template
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Dec 12, 2023
1 parent dab56b5 commit ed958da
Showing 1 changed file with 2 additions and 1 deletion.
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 ed958da

Please sign in to comment.