Fixed another PrintListener occurences. Hopefully this was the last one...

git-svn-id: https://svn.libreccm.org/ccm/trunk@2913 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-10-16 08:33:24 +00:00
parent d45ce31d50
commit eee5011070
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ public class IndexItemSelectionForm extends CMSForm {
CategorizedCollection children = category.getObjects( CategorizedCollection children = category.getObjects(
ContentItem.BASE_DATA_OBJECT_TYPE); ContentItem.BASE_DATA_OBJECT_TYPE);
group.clearOptions();
// option for NO index Object // option for NO index Object
group.addOption(new Option(NONE_OPTION_VALUE, group.addOption(new Option(NONE_OPTION_VALUE,
new Label(NONE_OPTION_VALUE))); new Label(NONE_OPTION_VALUE)));