FOUR-27977: [48377] DevLink does not import Data Connector dependencies inside PM Blocks#1873
Open
eiresendez wants to merge 1 commit intodevelopfrom
Open
FOUR-27977: [48377] DevLink does not import Data Connector dependencies inside PM Blocks#1873eiresendez wants to merge 1 commit intodevelopfrom
eiresendez wants to merge 1 commit intodevelopfrom
Conversation
screen-builder
|
||||||||||||||||||||||||||||
| Project |
screen-builder
|
| Branch Review |
bugfix/FOUR-27977
|
| Run status |
|
| Run duration | 09m 45s |
| Commit |
|
| Committer | Eleazar Resendez |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
19
|
|
|
0
|
|
|
389
|
| View all changes introduced in this branch ↗︎ | |
|
|
QA server K8S was successfully deployed https://ci-11fd17b3c1.engk8s.processmaker.net |
sanjacornelius
approved these changes
Nov 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Issue & Reproduction Steps
When using “Save as PM Block”, the Select List inside the cloned Screen loses its Data Connector selection: the dropdown shows no selected connector/endpoint.
Repro: create a process with a Screen containing a Select List bound to a Data Connector; click “Save as PM Block”; open the generated PM Block’s Screen in the Screen Builder—Data Connector and End Point are unselected.
Solution
How to Test
Run package-data-sources tests.
ci:package-data-sources:bugfix/FOUR-27977
ci:deploy
Related Tickets & Packages
Code Review Checklist
Note
Filters the Data Connector list based on the screen’s asset_type, resolving it from the current screen and passing it to /data_sources (PM_BLOCK maps to all).
src/components/inspector/options-list.vue):resolveAssetType()to determineasset_typefrom current screen (/screens/:id) using URL, with caching flags (assetTypeResolved,screenId).getDataSourceList()to be async and sendasset_typeparam to/data_sources(PM_BLOCK=>all), then map results and endpoints as before.assetType,assetTypeResolved,screenId.Written by Cursor Bugbot for commit 6b68bef. This will update automatically on new commits. Configure here.
ci:k8s-branch:disable-verify-ci-ping