We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\Neos\Neos\Controller\Backend\MenuHelper::buildSiteList could return
\Neos\Neos\Controller\Backend\MenuHelper::buildSiteList
array(1) 'uri' (3) => 'http://localhost:8081/neos/content' (34)
Which throws an error attempting to fetch $site['name'] in
$site['name']
neos-ui/Classes/Infrastructure/Neos/MenuProvider.php
Line 78 in 26687fa
this is a regression since moving this to php, as having it in a fluid template (like Neos.Neos has to render the menu) is forgiving.
Since Neos 9.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
\Neos\Neos\Controller\Backend\MenuHelper::buildSiteList
could returnWhich throws an error attempting to fetch
$site['name']
inneos-ui/Classes/Infrastructure/Neos/MenuProvider.php
Line 78 in 26687fa
this is a regression since moving this to php, as having it in a fluid template (like Neos.Neos has to render the menu) is forgiving.
Since Neos 9.0
The text was updated successfully, but these errors were encountered: