Skip to content

Commit

Permalink
Merge pull request #173 from AtlasOfLivingAustralia/bug/issue-172-mis…
Browse files Browse the repository at this point in the history
…sing-uid-param

issue #172 adding missing param uid as hiddenField required for updat…
  • Loading branch information
sughics authored Dec 13, 2022
2 parents 386ae63 + 37a7e5f commit bab6abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/views/dataProvider/description.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</g:hasErrors>
<g:form method="post" name="baseForm" action="base">
<g:hiddenField name="id" value="${command?.id}" />
<g:hiddenField name="uid" value="${command?.uid}" />
<g:hiddenField name="version" value="${command.version}" />
<div class="dialog">
<!-- public short description -->
Expand Down

0 comments on commit bab6abf

Please sign in to comment.