Skip to content

FOUR-31727: Fix DevLink bundle listing and selector search#8889

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

FOUR-31727: Fix DevLink bundle listing and selector search#8889
eiresendez wants to merge 1 commit into
developfrom
bugfix/FOUR-31727

Conversation

@eiresendez

@eiresendez eiresendez commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Issue & Reproduction Steps

FOUR-31727 fixes an issue where DevLink bundles outside the first API page were not available from the UI. To reproduce, create more than 15 local bundles, then go to /admin/devlink/local-bundles or open an Add to Bundle modal from a supported asset list. The admin route only displayed the first page of bundles, and the dropdown search could not find bundles that were not already loaded client-side.

Solution

  • Added pagination to the local DevLink bundles admin list.
  • Updated the local bundles admin list to request newest bundles first.
  • Updated the Add to Bundle dropdown to load the latest 100 editable bundles.
  • Added backend search support to the shared backend select used by Add to Bundle.
  • Added API coverage for local bundle pagination, filtering, editable filtering, and explicit newest-first ordering.

How to Test

Automated test run:
vendor/bin/phpunit tests/Feature/Api/DevLinkTest.php --filter LocalBundles

Manual verification:

  1. Create more than 100 local editable bundles.
  2. Open /admin/devlink/local-bundles and confirm bundles are paginated and newest bundles appear first.
  3. Open an Add to Bundle modal and confirm the newest 100 editable bundles are available.
  4. Search for an older bundle in the dropdown and confirm it is found through backend search.

Related Tickets & Packages

ci:deploy

@processmaker-sonarqube

Copy link
Copy Markdown

@Kookster310

Copy link
Copy Markdown
Contributor

QA server K8S was successfully deployed https://ci-2ba51b845d.engk8s.processmaker.net

@eiresendez eiresendez self-assigned this Jul 1, 2026
@eiresendez eiresendez requested a review from CarliPinell July 1, 2026 13:45
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.

2 participants