From eee50110702774c7bdb40ec065946ce31a8f98ba Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 16 Oct 2014 08:33:24 +0000 Subject: [PATCH] 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 --- .../com/arsdigita/cms/ui/category/IndexItemSelectionForm.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ccm-cms/src/com/arsdigita/cms/ui/category/IndexItemSelectionForm.java b/ccm-cms/src/com/arsdigita/cms/ui/category/IndexItemSelectionForm.java index 777f02c30..f6c8f647a 100755 --- a/ccm-cms/src/com/arsdigita/cms/ui/category/IndexItemSelectionForm.java +++ b/ccm-cms/src/com/arsdigita/cms/ui/category/IndexItemSelectionForm.java @@ -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)));