FOUR-26340 | ”about:blank” Displays From the Preview Pane of a Manual Task Using a List Table - #8978
Open
mcraeteisha wants to merge 3 commits into
Open
FOUR-26340 | ”about:blank” Displays From the Preview Pane of a Manual Task Using a List Table#8978mcraeteisha wants to merge 3 commits into
mcraeteisha wants to merge 3 commits into
Conversation
|
Contributor
|
QA server K8S was successfully deployed https://ci-21cc12ffb8.engk8s.processmaker.net |
eiresendez
approved these changes
Aug 6, 2026
eiresendez
left a comment
Contributor
There was a problem hiding this comment.
Working as expected! 👍
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
Ticket: FOUR-26340
When a manual task used a display screen with a List Table configured for cases/requests, opening the task from the modeler preview and clicking the cases navigation control opened a blank
about:blankpage.Root cause: preview set
window.Processmakermetadata but notuser, whileform-requests.vuereadProcessmaker.user.usernameduringmounted(). That threw beforedataControlswere emitted, soform-list-table.vuecalledwindow.open(undefined)→about:blank.Solution
tasks.preview) so List Table / cases screens can resolveProcessMaker.user/Processmaker.user.dataControlswithurl: "/cases", and guard external-link opens when no URL is available.How To Test
tests/Feature/TasksTest.php --filter testPreviewBootstrapsCurrentUserForListTableFormListTablePreview.spec.js/cases(notabout:blank).ci:screen-builder:bugfix/FOUR-26340
ci:deploy
Code Review Checklist