mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
17.30.2008 e4cf0617a405885f157e9210784903ddc109d383
Fix for issue 3599 (Control Panel : new schema object panels not refreshed)

The name, OID, description and alias fields are reset. All the fields that are not unique to the object that will be created must be kept according to the Sun UI guidelines.
2 files modified
10 ■■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewAttributePanel.java 5 ●●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewObjectClassPanel.java 5 ●●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewAttributePanel.java
@@ -463,6 +463,11 @@
          null,
          dlg);
      dlg.setVisible(true);
      name.setText("");
      oid.setText("");
      description.setText("");
      aliases.setText("");
      name.grabFocus();
      Utilities.getParentDialog(this).setVisible(false);
    }
    else
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewObjectClassPanel.java
@@ -350,6 +350,11 @@
          null,
          dlg);
      dlg.setVisible(true);
      name.setText("");
      oid.setText("");
      description.setText("");
      aliases.setText("");
      name.grabFocus();
      Utilities.getParentDialog(this).setVisible(false);
    }
    else