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

Compatibility issue between Forms 8.10 and CMS <= 8.7 #714

Closed
AndyButland opened this issue Feb 3, 2022 · 0 comments
Closed

Compatibility issue between Forms 8.10 and CMS <= 8.7 #714

AndyButland opened this issue Feb 3, 2022 · 0 comments

Comments

@AndyButland
Copy link

If running Forms 8.10 and CMS 8.6 or less, forms aren't rendering correctly in the back-office.

This is happening due to the "content apps for forms" feature introduced in 8.10, which relies on a fix made in CMS 8.7 to allow for the display of content apps in sections other than content and media. Specifically the fix made in response to this comment, as part of this PR, which introduced content apps to the "Settings" section.

To fix we need to detect if CMS 8.6 or less is running, and if not, don't attempt to render content apps. This will avoid calling the code that triggers the NotSupportedException.

If customers of Forms 8 wish to use content apps in the forms section, they will need to be running at least CMS 8.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant