From ed7094c40cf5eccc17aee6a148728a4cc5b2a43c Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 17 Apr 2013 12:00:07 +0000 Subject: [PATCH] Einige Probleme in Zusammenhang mit dem ItemSearchWidget behoben git-svn-id: https://svn.libreccm.org/ccm/trunk@2135 8810af33-2d31-482b-a856-94f89814c4df --- ccm-cms/src/com/arsdigita/cms/ui/ItemSearchSectionInline.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ccm-cms/src/com/arsdigita/cms/ui/ItemSearchSectionInline.java b/ccm-cms/src/com/arsdigita/cms/ui/ItemSearchSectionInline.java index 03e3db7b4..f26fd70dc 100755 --- a/ccm-cms/src/com/arsdigita/cms/ui/ItemSearchSectionInline.java +++ b/ccm-cms/src/com/arsdigita/cms/ui/ItemSearchSectionInline.java @@ -62,6 +62,8 @@ public class ItemSearchSectionInline extends ItemSearchSection { super(name, context, limitToContentSection); m_name = name; m_item = new OIDParameter(name + "_itemOID"); + //addQueryGenerator(this); + addResultsPane(this); } public ItemSearchSectionInline(String name, String context, @@ -70,6 +72,8 @@ public class ItemSearchSectionInline extends ItemSearchSection { super(name, context, limitToContentSection, type); m_name = name; m_item = new OIDParameter(name + "_itemOID"); + //addQueryGenerator(this); + addResultsPane(this); } @Override