Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-13302

Condition builder needs to support == equality as well as ===

XMLWordPrintable

      DS Connection Editor's condition builder needs to support use of the double equality operators where appropriate, e.g. checking a thing's "color" property.

      thing.color === "blue"

      is always false, whereas

      thing.color == "blue"

      is capable of being true, but must be hacked in manually.

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

            henning Henning Gründl
            brendan.lefebvre Brendan Lefebvre
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes