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

Enable to write double quotes characters in ametysDescription

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0RC2
    • 4.0RC1
    • None
    • None

      Currently, if I pass a JS string equals to

      "This is my \"ametys\" description"
      

      the tooltip will display "This is my "

      If I want to display the right tooltip text, I must pass the string in JS

      "This is my "ametys" description"
      

      which means that if it is an i18n string, it should be declared as

      <message key="MY_KEY">This is my &amp;quot;ametys &amp;quot; description</message>
      

      in the XML catalogue

      Automatically replacing the double quotes characters should be more user-friendly for non-developpers who write some i18n keys in messages_xx.xml catalogues

            sprieul Simon Prieul (Inactive)
            sprieul Simon Prieul (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: