-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error on Fusion based backend modules #9
Comments
This is a bit of a problem in one of my projects and breaks several modules. Wouldn't it be simpler to just enable the feature for Neos/Neos modules? |
F.e. instead use
|
To prevent exceptions in third party modules we limit the override of the layoutRootPaths to the Neos/Neos backend modules re #9
The layoutRootPath is now limited to |
With Neos 8.0 the package became part of the core and does not have the issue anymore. |
Description
Before others wonder what this could be, I'll create a ticket prophylactically.
It can happen that a backend module throws the error that the LayoutRootpath is not defined. This happens with high probability because you have a module that uses Fusion instead of Fluid. I already stubled upon this while the development, but did not see an easy way to detect the view type of a module.
Only way right know is to limit the LayoutPath change for the Neos/Neos packages. Or just limit the change to the user management module.
Expected behavior
The Backend works with Fluid and Fusion based Modules
Actual behavior
This happens for Fusion based modules.
Affected Versions
LoginAs: 2.0.0
The text was updated successfully, but these errors were encountered: