Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 4a43ea3

Browse files
committed
corrected datacustodian selection to display datacustodianId instead of thirdPartyApplicationName
1 parent a0ccafd commit 4a43ea3

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/jsp/RetailCustomer/DataCustodianList

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/jsp/RetailCustomer/DataCustodianList/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<td>
5555
<label>
5656
<input type="radio" name="Data_custodian" value="${applicationInformation.dataCustodianId}" data-data-custodian-url="${applicationInformation.thirdPartyScopeSelectionScreenURI}" class="data-custodian" />
57-
<c:out value="${applicationInformation.thirdPartyApplicationName}"/>
57+
<c:out value="${applicationInformation.dataCustodianId}"/>
5858
</label>
5959
</td>
6060
</tr>

0 commit comments

Comments
 (0)