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

matthew_swift
14.58.2007 f275acf8203785efb66be4fe4e3ce94d8467c591
opends/src/server/org/opends/server/tools/dsconfig/CreateSubCommandHandler.java
@@ -660,7 +660,7 @@
          properties.add(pd);
        }
        PropertyValueEditor editor = new PropertyValueEditor(app);
        PropertyValueEditor editor = new PropertyValueEditor(app, context);
        MenuResult<Void> result2 = editor.edit(child, properties, true);
        if (result2.isQuit()) {
          if (!app.isMenuDrivenMode()) {