Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-825

Replace in static client side element the attribute i18n='true' by...

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Critical Critical
    • 3.0 M3
    • 3.0 M3
    • UI
    • None

      Currently we have

      <action>
          <param i18n="true">I18N_KEY</param>
          <param>pathtomyimage</param>
          <param>../../otherplugin/resources/pathtoimage</param>
      </action>
      

      We should have

      <action>
          <param type="i18n">I18N_KEY</param>
          <param type="file">pathtomyimage</param>
          <param type="file" plugin="otherplugin">pathtoimage</param>
      </action>
      

      This modification imply to correct js reader for theses parameters
      for the moment they do mannually a getPluginResourcesUrl : that will diseapear

            Unassigned Unassigned
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: