Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-7973

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

    XMLWordPrintable

Details

    Description

      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".

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              roman.smirnov Roman Smirnov
              tassilo.weidner Tassilo Weidner
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce