Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-15722

The DynamicTaskList2 plugin provides an explicit description making it impossible to internationalised

      The dynamic tasklist plugin defines explicit descriptions in the atlassian-plugin.xml file which override any attempt by the macro browser to find a key and allow for internationalisation.

            [CONFSERVER-15722] The DynamicTaskList2 plugin provides an explicit description making it impossible to internationalised

            Agnes Ro added a comment -

            The macro browser is going about the right way to resolve the description.

            The default key is the last resort it uses to try and look up the description. It will first look up the macro's description element and if that is not defined it will fallback to the default key. Within the description element, if the key attribute is defined the i18n of that key is used, otherwise the raw text of the description element will be used.

            You can either remove the description element or put in the key attribute with the default key value.

            <description key="pluginKey.macroName.desc">blah<description>
            

            Agnes Ro added a comment - The macro browser is going about the right way to resolve the description. The default key is the last resort it uses to try and look up the description. It will first look up the macro's description element and if that is not defined it will fallback to the default key. Within the description element, if the key attribute is defined the i18n of that key is used, otherwise the raw text of the description element will be used. You can either remove the description element or put in the key attribute with the default key value. <description key="pluginKey.macroName.desc">blah<description>

            Not sure if the macro browser is at fault or the plugin should just be changed.

            m@ (Inactive) added a comment - Not sure if the macro browser is at fault or the plugin should just be changed.

              agnes@atlassian.com Agnes Ro
              mjensen m@ (Inactive)
              Affected customers:
              0 This affects my team
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: