Skip to content

Commit 05ceea2

Browse files
committed
Bump to 3.0.12.4 fix(display raw_recordedBy)
1 parent 8a4238a commit 05ceea2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111
}
1212

13-
version "3.0.12.2"
13+
version "3.0.12.4"
1414
group "au.org.ala.plugins.grails"
1515

1616
apply plugin:"eclipse"

grails-app/views/occurrence/_recordCore.gsp

+1-3
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@
216216
</g:each>
217217
</g:elseif>
218218
<g:elseif test="${record.raw.occurrence[recordedByField]}">
219-
<g:each status="i" in="${rawRecordedBy}" var="rawRB">
220-
${i + 1}. ${rawRB} &nbsp;
221-
</g:each>
219+
${rawRecordedBy}
222220
</g:elseif>
223221
</alatag:occurrenceTableRow>
224222
<!-- ALA user id -->

0 commit comments

Comments
 (0)