When I create a filter with query criteria "name" the given value is also set for "nameNotEqual"

XMLWordPrintable

      when: POST /filter/create

      {
        "name": "test",
        "resourceType": "Task",
        "query": {
          "name": "A Standalone Task"
        }
      }
      

      then:

      {
         "id": "18b54250-5a38-11e7-8190-466e8c12b3eb",
         "resourceType": "Task",
         "name": "test",
         "owner": null,
         "query": {
            "name": "A Standalone Task",
            "nameNotEqual": "A Standalone Task",
            "taskVariables": [],
            "processVariables": [],
            "caseInstanceVariables": []
         },
         "properties": null
      }
      

      expected behaviour: the query criteria "nameNotEqual" is not set to the same value as "name".

            Assignee:
            Roman Smirnov
            Reporter:
            Tassilo Weidner-Mühl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: