Skip to content
Snippets Groups Projects
Commit 29c60e16 authored by srosse's avatar srosse
Browse files

OO-2410: add HomePageConfig to the exclusion list

parent 72c7164d
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,11 @@ public class UsrPropCfgManager extends AbstractSpringModule implements GenericEv ...@@ -78,7 +78,11 @@ public class UsrPropCfgManager extends AbstractSpringModule implements GenericEv
* (I know, it's a hack...) * (I know, it's a hack...)
* *
*/ */
private static final String[] EXCEPTIONAL_CONTEXTS_FOR_MUSTBE_MANDATORY_PROPERTIES = {"org.olat.admin.user.UsermanagerUserSearchForm","org.olat.admin.user.UserSearchForm"}; private static final String[] EXCEPTIONAL_CONTEXTS_FOR_MUSTBE_MANDATORY_PROPERTIES = {
"org.olat.admin.user.UsermanagerUserSearchForm",
"org.olat.admin.user.UserSearchForm",
"org.olat.user.HomePageConfig"
};
private static final String CONF_KEY_ACTUPROP = "activeuserpropertyhandlers"; private static final String CONF_KEY_ACTUPROP = "activeuserpropertyhandlers";
private static final String CONF_KEY_DACTUPROP = "deactiveuserpropertyhandlers"; private static final String CONF_KEY_DACTUPROP = "deactiveuserpropertyhandlers";
......
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