Fixed another PrintListener occurences. Hopefully this was the last one...
git-svn-id: https://svn.libreccm.org/ccm/trunk@2913 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
d45ce31d50
commit
eee5011070
|
|
@ -93,6 +93,8 @@ public class IndexItemSelectionForm extends CMSForm {
|
|||
CategorizedCollection children = category.getObjects(
|
||||
ContentItem.BASE_DATA_OBJECT_TYPE);
|
||||
|
||||
group.clearOptions();
|
||||
|
||||
// option for NO index Object
|
||||
group.addOption(new Option(NONE_OPTION_VALUE,
|
||||
new Label(NONE_OPTION_VALUE)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue