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

Cockpit 'Without Due Date' filter doesn't work

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.15.0
    • 7.15.0-alpha5
    • cockpit
    • None

    Description

      Environment (Required on creation):

      Apache Tomcat 9 + Oracle 10

      Steps to reproduce (Required on creation):

      1. Create three tasks or remove the due date of 3 tasks.
      2. In Tasklist, filter tasks by Without Due Date. There should be 3 tasks ( ).
      3. 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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                hariharan.parasuraman Hariharan Parasuraman
                nikola.koevski Nikola Koevski
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce