Skip to content

Commit

Permalink
Bump to 3.0.12.4 fix(display raw_recordedBy)
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng-bai committed Jul 12, 2022
1 parent 8a4238a commit 05ceea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
}

version "3.0.12.2"
version "3.0.12.4"
group "au.org.ala.plugins.grails"

apply plugin:"eclipse"
Expand Down
4 changes: 1 addition & 3 deletions grails-app/views/occurrence/_recordCore.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@
</g:each>
</g:elseif>
<g:elseif test="${record.raw.occurrence[recordedByField]}">
<g:each status="i" in="${rawRecordedBy}" var="rawRB">
${i + 1}. ${rawRB} &nbsp;
</g:each>
${rawRecordedBy}
</g:elseif>
</alatag:occurrenceTableRow>
<!-- ALA user id -->
Expand Down

0 comments on commit 05ceea2

Please sign in to comment.