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);
|
super(name, context, limitToContentSection);
|
||||||
m_name = name;
|
m_name = name;
|
||||||
m_item = new OIDParameter(name + "_itemOID");
|
m_item = new OIDParameter(name + "_itemOID");
|
||||||
|
//addQueryGenerator(this);
|
||||||
|
addResultsPane(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public ItemSearchSectionInline(String name, String context,
|
public ItemSearchSectionInline(String name, String context,
|
||||||
|
|
@ -70,6 +72,8 @@ public class ItemSearchSectionInline extends ItemSearchSection {
|
||||||
super(name, context, limitToContentSection, type);
|
super(name, context, limitToContentSection, type);
|
||||||
m_name = name;
|
m_name = name;
|
||||||
m_item = new OIDParameter(name + "_itemOID");
|
m_item = new OIDParameter(name + "_itemOID");
|
||||||
|
//addQueryGenerator(this);
|
||||||
|
addResultsPane(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue