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

boli
23.05.2007 d326c8f5e28868767e27d83fd4914dcc10f2a923
Fixed issue where name of the base-object search scope used in VLV index configuration was incorrectly called "base-level"

Fix for issue 2134
1 files modified
2 ■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml 2 ●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
@@ -89,7 +89,7 @@
    </adm:requires-admin-action>
    <adm:syntax>
      <adm:enumeration>
        <adm:value name="base-level">
        <adm:value name="base-object">
          <adm:synopsis>
            Search the base object only.
          </adm:synopsis>