CreatePane beim Hinzufügen von Mitgliedern zu Projekten etc. aktiviert (Ticket #1437)
git-svn-id: https://svn.libreccm.org/ccm/trunk@1935 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
a350d6fb05
commit
15c6fb0328
|
|
@ -81,7 +81,7 @@ public class GenericOrganizationalUnitPersonAddForm
|
||||||
findByAssociatedObjectType(getPersonType()));
|
findByAssociatedObjectType(getPersonType()));
|
||||||
/*m_itemSearch.getItemField().addValidationListener(
|
/*m_itemSearch.getItemField().addValidationListener(
|
||||||
new NotNullValidationListener());*/
|
new NotNullValidationListener());*/
|
||||||
m_itemSearch.setDisableCreatePane(true);
|
m_itemSearch.setDisableCreatePane(false);
|
||||||
add(this.m_itemSearch);
|
add(this.m_itemSearch);
|
||||||
|
|
||||||
selectedPersonNameLabel = new Label("");
|
selectedPersonNameLabel = new Label("");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue