We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4238a commit 05ceea2Copy full SHA for 05ceea2
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
}
11
12
13
-version "3.0.12.2"
+version "3.0.12.4"
14
group "au.org.ala.plugins.grails"
15
16
apply plugin:"eclipse"
grails-app/views/occurrence/_recordCore.gsp
@@ -216,9 +216,7 @@
216
</g:each>
217
</g:elseif>
218
<g:elseif test="${record.raw.occurrence[recordedByField]}">
219
- <g:each status="i" in="${rawRecordedBy}" var="rawRB">
220
- ${i + 1}. ${rawRB}
221
- </g:each>
+ ${rawRecordedBy}
222
223
</alatag:occurrenceTableRow>
224
<!-- ALA user id -->
0 commit comments