Skip to content

Commit

Permalink
UIFR-225: Authentication UI Login Page doesn't work after upgrade to …
Browse files Browse the repository at this point in the history
…OpenMRS 2.6.11
  • Loading branch information
mogoodrich committed Dec 18, 2024
1 parent 6c8a1d3 commit 6d21c7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public <T extends Extension> Map<String, T> getExtensionsByClass(Class<T> clazz)
*/
public List<String> getExtensionPointConfiguration(String pointId) {
try {
// we proxy this because this method ends up being called from the AuthenticationUI login page
Context.addProxyPrivilege(PrivilegeConstants.GET_GLOBAL_PROPERTIES);
String gp = Context.getAdministrationService().getGlobalProperty("ui2.extensionConfig." + pointId);
return gp == null ? null : Arrays.asList(gp.split(","));
Expand Down

0 comments on commit 6d21c7a

Please sign in to comment.