Uploaded image for project: 'Workspaces'
  1. Workspaces
  2. WORKSPACES-413

it is written "plugins" instead of "plugin"

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.4.0, 2.0.0
    • None
    • None
    • None
    • 4.2 M4

      In the workspaces plugin, in the file org.ametys.plugins.workspaces.Content.editionFO.xml, it has

      <cms:label i18n="true"> plugins.web: PLUGINS_WEB_VIEW_LINK</cms:label>
      <cms:description i18n="true">plugins.web:PLUGINS_WEB_VIEW_LINK_DESC</cms:description>
      

      whereas this should be

      <cms:label i18n="true">plugin.web:PLUGINS_WEB_VIEW_LINK</cms:label>
      <cms:description i18n="true">plugin.web:PLUGINS_WEB_VIEW_LINK_DESC</cms:description>
      

          [WORKSPACES-413] it is written "plugins" instead of "plugin"

          Laurence Aumeunier made changes -
          Fix Version/s New: 2.0.0 [ 14880 ]
          Léa Bouziat made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Raphaël Franchet made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Raphaël Franchet made changes -
          Description Original: In the workspaces plugin, in the file org.ametys.plugins.workspaces.Content.editionFO.xml, it has
          {code:xml}
          <cms:label i18n="true"> plugins.web: PLUGINS_WEB_VIEW_LINK</cms:label>
          <cms:description i18n="true">plugins.web:PLUGINS_WEB_VIEW_LINK_DESC</cms:description>"
          {code}

           whereas this should be
          {code:java}
          // <cms: label i18n = "true"> plugin.web: PLUGINS_WEB_VIEW_LINK </ cms: label>
          <cms: description i18n = "true"> plugin.web: PLUGINS_WEB_VIEW_LINK_DESC </ cms: description> "
          {code}
          New: In the workspaces plugin, in the file org.ametys.plugins.workspaces.Content.editionFO.xml, it has
          {code:xml}
          <cms:label i18n="true"> plugins.web: PLUGINS_WEB_VIEW_LINK</cms:label>
          <cms:description i18n="true">plugins.web:PLUGINS_WEB_VIEW_LINK_DESC</cms:description>
          {code}

           whereas this should be
          {code:xml}
          <cms:label i18n="true">plugin.web:PLUGINS_WEB_VIEW_LINK</cms:label>
          <cms:description i18n="true">plugin.web:PLUGINS_WEB_VIEW_LINK_DESC</cms:description>
          {code}
          Raphaël Franchet made changes -
          Description Original: In the workspaces plugin, in the file org.ametys.plugins.workspaces.Content.editionFO.xml, it has
          {code:java}
          //<cms: label i18n =" true "> plugins.web: PLUGINS_WEB_VIEW_LINK </ cms: label>
          <cms: description i18n = "true"> plugins.web: PLUGINS_WEB_VIEW_LINK_DESC </ cms: description> "
          {code}

           whereas this should be
          {code:java}
          // <cms: label i18n = "true"> plugin.web: PLUGINS_WEB_VIEW_LINK </ cms: label>
          <cms: description i18n = "true"> plugin.web: PLUGINS_WEB_VIEW_LINK_DESC </ cms: description> "
          {code}
          New: In the workspaces plugin, in the file org.ametys.plugins.workspaces.Content.editionFO.xml, it has
          {code:xml}
          <cms:label i18n="true"> plugins.web: PLUGINS_WEB_VIEW_LINK</cms:label>
          <cms:description i18n="true">plugins.web:PLUGINS_WEB_VIEW_LINK_DESC</cms:description>"
          {code}

           whereas this should be
          {code:java}
          // <cms: label i18n = "true"> plugin.web: PLUGINS_WEB_VIEW_LINK </ cms: label>
          <cms: description i18n = "true"> plugin.web: PLUGINS_WEB_VIEW_LINK_DESC </ cms: description> "
          {code}
          Fix Version/s New: 1.4.0 [ 14583 ]
          Priority Original: Major [ 3 ] New: Minor [ 4 ]
          Sprint New: 4.2 M4 [ 21 ]
          Raphaël Franchet made changes -
          Key Original: CMS-9262 New: WORKSPACES-413
          Project Original: CMS [ 10021 ] New: Workspaces [ 11730 ]
          Léa Bouziat created issue -

            Unassigned Unassigned
            lbouziat Léa Bouziat
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: