You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the community bundle does not error when webspace with specified key does not exist.
Expected Behavior
It should error when webspace with specified key does not exist.
Steps to Reproduce
Configurate community bundle for none existing webspace.
Possible Solutions
Add check to community manager and user manager compilerpass. Currently not easy possible as the webspace manager service is not available in the compilerpass.
[Symfony\Component\DependencyInjection\Exception\RuntimeException]
You have requested a synthetic service ("kernel"). The DIC does not know how to construct this servic
The text was updated successfully, but these errors were encountered:
Actual Behavior
Currently the community bundle does not error when webspace with specified key does not exist.
Expected Behavior
It should error when webspace with specified key does not exist.
Steps to Reproduce
Configurate community bundle for none existing webspace.
Possible Solutions
Add check to community manager and user manager compilerpass. Currently not easy possible as the webspace manager service is not available in the compilerpass.
The text was updated successfully, but these errors were encountered: