Disable Launchpad Access When Editing Process Templates in Modeler#1958
Open
sanjacornelius wants to merge 4 commits intodevelopfrom
Open
Disable Launchpad Access When Editing Process Templates in Modeler#1958sanjacornelius wants to merge 4 commits intodevelopfrom
sanjacornelius wants to merge 4 commits intodevelopfrom
Conversation
modeler
|
||||||||||||||||||||||||||||
| Project |
modeler
|
| Branch Review |
bugfix/FOUR-27760
|
| Run status |
|
| Run duration | 06m 01s |
| Commit |
|
| Committer | Sanja |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
83
|
|
|
0
|
|
|
305
|
| View all changes introduced in this branch ↗︎ | |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
mcraeteisha
approved these changes
Jan 28, 2026
|
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
This PR fixes an issue where the Launchpad button remained enabled while editing a process template in the Modeler. Clicking the button incorrectly redirected users to the Launchpad, allowing templates to be executed outside the context of a process.
To prevent this unintended behavior, the Launchpad button is now disabled whenever the Modeler is opened for a process template.
Solution
is_template: true.How to Test
Related Tickets & Packages
Code Review Checklist
Note
Low Risk
Small UI-only change that gates navigation based on an existing
is_templateflag; low risk aside from potentially blocking Launchpad access if the flag is mis-set.Overview
Prevents Launchpad access while editing process templates in the Modeler by computing
disableLaunchpadfromprocess.is_templateand passing it toLaunchpadButton.Updates
LaunchpadButtonto accept adisabledprop, apply the native disabled state, and suppress hover icon changes/hover styling when disabled.Written by Cursor Bugbot for commit 6645314. This will update automatically on new commits. Configure here.