Environment (Required on creation):
Webapps
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
The Side-wide activity filter is not applied to tje Job Definitions Page
Steps to reproduce (Required on creation):
- Open a Process Definition with multiple Job Definitions
- Select a activity by clicking in the Diagram
- Switch to the Job Definitions tab
Observed Behavior (Required on creation):
Job defintions for all activities are shown unless you click the respective activity again.
Expected behavior (Required on creation):
To see only job definitions for the selected activity. This was the case for version 7.8.14 and previous versions. In more recent versions, this would however require a second click on the activity.
Root Cause (Required on prioritization):
Introduced with CAM-10606
The Filtering is done in the frontend even when we have pagination:
https://github.com/camunda/camunda-bpm-platform/blob/17cf7c6ffba530ef6bbadedbc738e4812f7d3e5b/webapps/ui/cockpit/plugins/jobDefinition/app/views/processDefinition/jobDefinitionTable.js#L132
Solution Ideas (Optional):
Use Backend filtering and apply the current filter in the search