fix(FOUR-33127): Screen modeler doesn't display pages selector after saving draft - #9052
fix(FOUR-33127): Screen modeler doesn't display pages selector after saving draft#9052rodriquelca wants to merge 2 commits into
Conversation
PR SummaryMedium Risk Overview FrankenPHP / Octane defaults are also aligned: default worker Reviewed by Cursor Bugbot for commit 494126e. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 494126e. Configure here.
| php_ini memory_limit {$OCTANE_MEMORY_LIMIT:3072M} | ||
| php_ini max_execution_time {$OCTANE_MAX_EXECUTION_TIME:90} | ||
| php_ini memory_limit {$OCTANE_MEMORY_LIMIT:512M} | ||
| php_ini max_execution_time {$OCTANE_MAX_EXECUTION_TIME:120} |
There was a problem hiding this comment.
Execution time defaults disagree
Low Severity
Caddyfile and .env.example now default OCTANE_MAX_EXECUTION_TIME to 120, but config/octane.php still defaults both max_execution_time and caddy.env to 90. When Octane injects caddy.env, the 90 value wins and the intended timeout increase does not apply.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 494126e. Configure here.







…
Issue & Reproduction Steps
Expected behavior: In the screen designer, FORM screens show the page selector dropdown (Create Page, See all pages, page list).
Actual behavior: On Octane, the page selector is missing in the screen builder. FPM works correctly.
Reproduction steps:
Solution
octane_Screnn_type_issue.mov
How to Test
Related Tickets & Packages
Code Review Checklist