Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-2945

QTIFW should let users escape @@

    XMLWordPrintable

Details

    Description

      When user needs to set a value with multiple @s, e.g. email addresses, the string got messed up since everything between @@ gets replaced. Example:

      component.setValue("VK","27000@aServer.com;27002@bServer.com"); console.log(component.value("VK")) 

      The code above gives 27000bServer.com to console output. Right now, there is no way to escape this @@ replacing. Not backslash, not backslash, not template literal. But user should be able to do it.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            installerteam Installer Team
            luqiaochen Luqiao Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes