Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cockpit - for NotIn operators rename labels from != to not in #4929

Open
1 task
venetrius opened this issue Feb 10, 2025 · 0 comments
Open
1 task

Cockpit - for NotIn operators rename labels from != to not in #4929

venetrius opened this issue Feb 10, 2025 · 0 comments
Labels
type:task Issues that are a change to the project that is neither a feature nor a bug fix.

Comments

@venetrius
Copy link
Member

venetrius commented Feb 10, 2025

Acceptance Criteria (Required on creation)

Rename labels of NotIn operators from != to not in. This helps customers know that they can use multiple values for an exclusion search.
Test that the change does not alter behaviour.
Verify that after the change e2e tests and visual tests / screenshot generation works as expected.

Hints

For example in Search case instances search:

    {
      "id": {
        "key": "caseDefinitionKey",
        "value": "PLGN_CS_SEARCH_DEFINITION_KEY"
      },
      "operators": [
        {
          "key": "eq",
          "value": "="
        },
        {
          "key": "NotIn",
-         "value": "!="
+         "value": "not in"
        }
      ]
    },

Links

related to Operate with subsets of process instances #4896

Breakdown

Pull Requests

Preview Give feedback
No tasks being tracked yet.

Dev2QA handover

  • Does this ticket need a QA test and the testing goals are not clear from the description? Add a Dev2QA handover comment
@venetrius venetrius added the type:task Issues that are a change to the project that is neither a feature nor a bug fix. label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:task Issues that are a change to the project that is neither a feature nor a bug fix.
Projects
None yet
Development

No branches or pull requests

1 participant