Einige Probleme in Zusammenhang mit dem ItemSearchWidget behoben
git-svn-id: https://svn.libreccm.org/ccm/trunk@2135 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
537ddb5a5b
commit
ed7094c40c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue