- Fixed multiplication of entries in the content item list when creating content items
git-svn-id: https://svn.libreccm.org/ccm/trunk@2786 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
56bb254278
commit
ef8b3793ba
|
|
@ -108,6 +108,7 @@ public abstract class NewItemForm extends Form {
|
|||
@Override
|
||||
public void prepare(PrintEvent e) {
|
||||
OptionGroup o = (OptionGroup) e.getTarget();
|
||||
o.clearOptions();
|
||||
PageState state = e.getPageState();
|
||||
|
||||
// gather the content types of this section into a list
|
||||
|
|
|
|||
Loading…
Reference in New Issue