[java-identity-provider] branch master updated: IDP-1353 - Display organizationDisplayName instead of organizationName
Tom Zeller
tzeller at dragonacea.biz
Thu Oct 25 11:57:49 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=17a9d00ac13d83ed8f9602f0ef766bd1285750b5
The following commit(s) were added to refs/heads/master by this push:
new 17a9d00 IDP-1353 - Display organizationDisplayName instead of organizationName
17a9d00 is described below
commit 17a9d00ac13d83ed8f9602f0ef766bd1285750b5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Oct 25 10:53:46 2018 -0500
IDP-1353 - Display organizationDisplayName instead of organizationName
https://issues.shibboleth.net/jira/browse/IDP-1353
---
idp-conf/src/main/resources/views/intercept/attribute-release.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/views/intercept/attribute-release.vm b/idp-conf/src/main/resources/views/intercept/attribute-release.vm
index 20bde46..cc9352e 100644
--- a/idp-conf/src/main/resources/views/intercept/attribute-release.vm
+++ b/idp-conf/src/main/resources/views/intercept/attribute-release.vm
@@ -22,7 +22,7 @@
#set ($informationURL = $rpUIContext.informationURL)
#set ($privacyStatementURL = $rpUIContext.privacyStatementURL)
#set ($rpOrganizationLogo = $rpUIContext.getLogo())
-#set ($rpOrganizationName = $rpUIContext.organizationName)
+#set ($rpOrganizationName = $rpUIContext.organizationDisplayName)
#set ($replaceDollarWithNewline = true)
##
<!DOCTYPE html>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list