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 - fix caseDefinitionKeyNotIn filter in case search #4932

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

Cockpit - fix caseDefinitionKeyNotIn filter in case search #4932

venetrius opened this issue Feb 10, 2025 · 0 comments
Labels
type:bug Issues that describe a user-facing bug in the project.

Comments

@venetrius
Copy link
Member

venetrius commented Feb 10, 2025

Environment (Required on creation)

reproduced on develop & 7.22

Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)

When using caseDefinitionKey != filter in Search case instances the filter acts the same as caseDefinitionKey = filter

Steps to reproduce (Required on creation)

Navigate to case cases page
Use caseDefinitionKey = filter
Use caseDefinitionKey != filter
Realise that the results are the same

Observed Behavior (Required on creation)

When using caseDefinitionKey != filter in Search case instances the filter acts the same as caseDefinitionKey = filter

Expected behavior (Required on creation)

caseDefinitionKey != filter work as an exclusion filter

Root Cause (Required on prioritization)

Image The request is not updated based on the used operation. Similar usage in Cockpit where the request is updated correctly:

search.js

Solution Ideas

Hints

Links

related to: #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:bug Issues that describe a user-facing bug in the project. label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Issues that describe a user-facing bug in the project.
Projects
None yet
Development

No branches or pull requests

1 participant