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"
Fix Version/s | New: 2.0.0 [ 14880 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
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} |
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 ] |
Key |
Original:
|
New:
|
Project | Original: CMS [ 10021 ] | New: Workspaces [ 11730 ] |