Environment (Required on creation):
Apache Tomcat 9 + Oracle 10
Steps to reproduce (Required on creation):
- Create three tasks or remove the due date of 3 tasks.
- In Tasklist, filter tasks by Without Due Date. There should be 3 tasks ( ).
- In Cockpit, navigate to the Human Tasks view, and filter by Without Due Date and Unfinished Only
Observed Behavior (Required on creation):
In the Cockpit/Human Tasks view, the Without Due Date returns additional tasks that have a due date ( ).
Expected behavior (Required on creation):
In the Cockpit/Human Tasks view, the Without Due Date returns the same tasks as the Tasklist filter.
Root Cause (Required on prioritization):
The REST request is made with the wrong flag (withoutDue instead of withoutTaskDueDate).
Solution
Change the key to withoutTaskDueDateDate (not a typo, we need double Date) in
https://github.com/camunda/camunda-bpm-platform-ee/blob/ff85c23425f032bbd1e1dc6d58aa7d0be9db8db5/webapps/camunda-webapp/plugins/src/main/resources-plugin/cockpit/search-tasks/app/views/taskSearchConfig.json#L375
This is the controller panel for Smart Panels app
- is related to
-
CAM-12902 I can query tasks that have no due date
- Closed