Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.2-stable] Fix re-render of layoutpages form if validation fails #2954

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

alchemycms-bot
Copy link
Collaborator

Backport

This will backport the following commits from main to 7.2-stable:

Questions ?

Please refer to the Backport tool documentation

We need to re-render the layoutpages form instead of
the page form. Therefore we need to introduce an update
action in the layoutpages controller, otherwise it uses
the pages controller update action which renders the
full page form.

(cherry picked from commit 6ce2f64)
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.97%. Comparing base (b1308b4) to head (b8a29e5).
Report is 4 commits behind head on 7.2-stable.

Additional details and impacted files
@@             Coverage Diff             @@
##           7.2-stable    #2954   +/-   ##
===========================================
  Coverage       95.97%   95.97%           
===========================================
  Files             232      232           
  Lines            6279     6288    +9     
===========================================
+ Hits             6026     6035    +9     
  Misses            253      253           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tvdeyen tvdeyen enabled auto-merge July 1, 2024 15:01
@tvdeyen tvdeyen merged commit d01d496 into 7.2-stable Jul 1, 2024
32 checks passed
@tvdeyen tvdeyen deleted the backport/7.2-stable/pr-2951 branch July 1, 2024 15:01
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