-
Notifications
You must be signed in to change notification settings - Fork 70
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
10469 should fetch actual footer layout if it exists #12843
10469 should fetch actual footer layout if it exists #12843
Conversation
a99c899
to
00571f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Footer class does not seem to match the JSONSchema definition entirely, see the comments 😊
backend/tests/Designer.Tests/Controllers/PreviewController/GetFooterTests.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments below on the FooterFile class and related classes 😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, just one comment regarding namespacing that I didn't catch the first time around 🙈
157ac9c
to
bd78b85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 🎉
* Add endpoint in preview to get footer * Add tests * Fix PR comments * Simplify Footer definition class
Description
Update endpoint in previewController to fetch actual footer in app if present and return Ok if not found.
Related Issue(s)
Verification