Skip to content

FOUR-31341: Respect non-filterable task columns#8892

Open
eiresendez wants to merge 1 commit into
developfrom
bugfix/FOUR-31341
Open

FOUR-31341: Respect non-filterable task columns#8892
eiresendez wants to merge 1 commit into
developfrom
bugfix/FOUR-31341

Conversation

@eiresendez

@eiresendez eiresendez commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Issue & Reproduction Steps

The To Do task saved search allows users to open the Status column filter and select statuses such as Completed or Self Service. Applying those filters changes the result set away from the fixed To Do status scope.

Reproduction:

  1. Open a default To Do task saved search at /tasks/saved-searches/{id}.
  2. Open the Status column filter.
  3. Select Completed or Self Service and apply the filter.
  4. The table returns tasks outside the To Do status scope.

Solution

  • Updated the task list column filter rendering to respect filterable: false.
  • This lets saved search column metadata disable filtering without disabling the column itself.

How to Test

Automated tests run:

  • ./vendor/bin/phpunit vendor/processmaker/package-savedsearch/tests/Models/SavedSearchTest.php
  • ./vendor/bin/phpunit tests/Feature/Api/TasksTest.php --filter 'AdvancedStatusFilter|SelfServiceFilter'

Manual test:

  1. Open a fixed-status task saved search such as To Do, Completed, or Self Service.
  2. Confirm the Status column no longer exposes the filter popover.
  3. Confirm other sortable/filterable columns still expose their filters.

Related Tickets & Packages

ci:deploy
ci:package-savedsearch:bugfix/FOUR-31341
.

@eiresendez
eiresendez requested a review from sanjacornelius July 2, 2026 21:56
@eiresendez eiresendez self-assigned this Jul 2, 2026
@sanjacornelius sanjacornelius reopened this Jul 7, 2026
@cursor

cursor Bot commented Jul 7, 2026

Copy link
Copy Markdown

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@sanjacornelius
sanjacornelius removed their request for review July 7, 2026 18:06
@sanjacornelius sanjacornelius reopened this Jul 7, 2026
@nolanpro nolanpro closed this Jul 7, 2026
@nolanpro nolanpro reopened this Jul 7, 2026
@nolanpro nolanpro closed this Jul 7, 2026
@nolanpro nolanpro reopened this Jul 7, 2026
@nolanpro nolanpro closed this Jul 8, 2026
@nolanpro nolanpro reopened this Jul 8, 2026
@processmaker-sonarqube

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@vladyrichter

Copy link
Copy Markdown

QA server K8S was successfully deployed https://ci-82b1447462.engk8s.processmaker.net

@CarliPinell CarliPinell left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.
No observations found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants