Skip to content

Commit

Permalink
#318 fix user links
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Collins committed Jan 29, 2024
1 parent b61092f commit 4399717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/occurrence/_recordCore.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<g:if test="${record.raw.occurrence.userId}">
<alatag:occurrenceTableRow annotate="true" section="dataset" fieldCode="userId" fieldNameIsMsgCode="true" fieldName="User ID">
<!-- ${fieldsMap.put("userId", true)} -->
<alatag:getLinkForUserId userName="${record.alaUserName}" userId="${record.raw.occurrence.userId}" dataResourceUid="${record.raw.attribution.dataResourceUid}" occurrenceId="${record.raw.occurrence.occurrenceID}"/>
<alatag:getLinkForUserId userName="${record.alaUserName ?: record.raw.occurrence.recordedBy}" userId="${record.raw.occurrence.userId}" dataResourceUid="${record.raw.attribution.dataResourceUid}" occurrenceId="${record.raw.occurrence.occurrenceID}"/>
</alatag:occurrenceTableRow>
</g:if>
<!-- Record Number -->
Expand Down

0 comments on commit 4399717

Please sign in to comment.