Skip to content

Commit

Permalink
commit added sensitive data link #2977
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Aug 31, 2023
1 parent 7a76b38 commit 395ed1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion grails-app/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -349,5 +349,6 @@ label.merit.grantID = Grant ID

label.collapsible.heading = About:

attach.document.subtitle = Please ensure that no documents containing sensitive data are uploaded
attach.document.subtitle = Please ensure that no documents containing sensitive data are uploaded. Information on what is considered sensitive ecological data can be found at
attach.document.subtitle.link = Sensitive Ecological Data Access and Management Policy - DCCEEW
attach.document.help = Sensitivities can include Personally Identifiable Information such as name, address, email and phone; or can be culturally or ecologically sensitive such as the location of sacred sites, threatened species nesting sites, or threatened plants. If in doubt, please contact your Project Manager or the MERIT Team for advice.
2 changes: 1 addition & 1 deletion grails-app/views/shared/_attachDocument.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="modal-content">
<div class="modal-header" style="flex-direction:column;">
<h4 class="modal-title" id="title">Attach Document</h4>
<label class="col-form-label row-cols-sm-1" style="font-size: small"><g:message code="attach.document.subtitle"/>
<label class="col-form-label row-cols-sm-1" style="font-size: small"><g:message code="attach.document.subtitle"/><a href="https://www.dcceew.gov.au/environment/environmental-information-data/information-policy/sensitive-ecological-data-access-and-management-policy" target="_blank"> <g:message code="attach.document.subtitle.link"/></a>
<fc:iconHelp helpTextCode="attach.document.help"></fc:iconHelp></label>
</div>
<div class="modal-body validationContainer" id="documentForm">
Expand Down

0 comments on commit 395ed1f

Please sign in to comment.