Skip to content

Commit

Permalink
marking deprecated component to remove in 3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Suta committed Feb 27, 2015
1 parent d276bc3 commit 4a70c01
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -90,6 +90,9 @@ protected void initLayout(){

ChooseTypePanel passPolicyChoosePanel = new ChooseTypePanel(ID_GLOBAL_PASSWORD_POLICY_CHOOSER,
new PropertyModel<ObjectViewDto>(getModel(), SystemConfigurationDto.F_PASSWORD_POLICY));

// TODO - remove this before 3.2 release, this is kept only for compatibility reasons. ObjectPolicyConfigurationEditor
// is new incarnation of this deprecated config option.
ChooseTypePanel userTemplateChoosePanel = new ChooseTypePanel(ID_GLOBAL_USER_TEMPLATE_CHOOSER,
new PropertyModel<ObjectViewDto>(getModel(), SystemConfigurationDto.F_OBJECT_TEMPLATE));

Expand Down

0 comments on commit 4a70c01

Please sign in to comment.