Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2169

The user preferences named "workspace" is visible in user prefs dialog box

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0M11
    • 4.0M10
    • None
    • None

        [RUNTIME-2169] The user preferences named "workspace" is visible in user prefs dialog box

        This issue is due to the "image-profile" which is declared not private and with the label and description of "workspace" user preferences.

        Laurence Aumeunier added a comment - This issue is due to the "image-profile" which is declared not private and with the label and description of "workspace" user preferences.

        This user preference is declared as private

        <param id="workspace" type="string" private="true">
                 <label i18n="true">PLUGINS_CORE_UI_USER_PREFERENCES_WORKSPACE</label>
                 <description i18n="true">PLUGINS_CORE_UI_USER_PREFERENCES_WORKSPACE_DESC</description>
                 <group i18n="true">PLUGINS_CORE_UI_USER_PREFERENCES_GROUP_10_DISPLAY</group>
        </param>
        

        Laurence Aumeunier added a comment - This user preference is declared as private <param id= "workspace" type= "string" private= "true" > <label i18n= "true" > PLUGINS_CORE_UI_USER_PREFERENCES_WORKSPACE </label> <description i18n= "true" > PLUGINS_CORE_UI_USER_PREFERENCES_WORKSPACE_DESC </description> <group i18n= "true" > PLUGINS_CORE_UI_USER_PREFERENCES_GROUP_10_DISPLAY </group> </param>

          Unassigned Unassigned
          laurence Laurence Aumeunier
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: