- Issue created by @s_leu
- @s_leu opened merge request.
- Status changed to Fixed
about 2 years ago 2:21pm 9 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
When wse_config is active and either trash or wse_config or both are enabled, this will break the site, for example when a new workspace is created.
Language bug steps:
drush si -y && drush en -y admin_toolbar_tools, wse_config, language && drush uli
Create new workspace via the “Add workspace” button at /admin/config/workflow/workspaces
=> infinite loop and WSOD + every subsequent request end in a WSOD
Trash bug steps:
drush si -y && drush en -y admin_toolbar_tools, wse_config, language && drush uli
Create new workspace via the “Add workspace” button at /admin/config/workflow/workspaces
=> infinite loop and WSOD + every subsequent request end in a WSOD
Same goes for
drush si -y && drush en -y admin_toolbar_tools, wse_config, language, trash && drush uli
Ignore trash and language configuration in wse_config.
Fixed
1.0
Workspace Config
Automatically closed - issue fixed for 2 weeks with no activity.