Skip to content
Snippets Groups Projects
Commit 0299f776 authored by Mike McKay's avatar Mike McKay
Browse files

XNAT-4479 prevented update user page from having inaccurate error message by...

XNAT-4479 prevented update user page from having inaccurate error message by adding siteConfig to the context.
parent 2d4e8479
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,8 @@ public class XDATScreen_UpdateUser extends SecureScreen {
c.put("esc", new EscapeTool());
c.put("showReason", XDAT.getSiteConfigPreferences().getShowChangeJustification());
c.put("requireReason", XDAT.getSiteConfigPreferences().getRequireChangeJustification());
c.put("notifications", XDAT.getNotificationsPreferences());
c.put("siteConfig", XDAT.getSiteConfigPreferences());
doBuildTemplate(data, c);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment