- 🇳🇿New Zealand quietone
@pandaski, thanks for reporting this problem
I tested this on a standard install of Drupal 11 using the steps in the issue summary. I was not able to reproduce the problem. Therefor, I am closing this as outdated.
Expected result to enable or uninstall a theme on non-live workspaces:
* The action shall be blocked.
* A message saying "This form can only be submitted in the default workspace."
Test results:
* Claro - good
* Olivero - good
* Stark - error
1. Fresh install Drupal core(9.1.0-rc3) with `Workspaces` module enabled
2. Switch to `Stage` workspace
3. Go to `admin/appearance` and find theme `Stark 9.1.0-rc3`, then click `Install and set as default`
4. A runtime exception will be triggered with 500 error (RuntimeException: This entity can only be saved in the default workspace. in Drupal\workspaces\EntityOperations->entityPresave() (line 124 of core/modules/workspaces/src/EntityOperations.php).)
5. Sometimes you can install the theme, but when you try to uninstall the theme, a runtime exception will be triggered.
Closed: outdated
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@pandaski, thanks for reporting this problem
I tested this on a standard install of Drupal 11 using the steps in the issue summary. I was not able to reproduce the problem. Therefor, I am closing this as outdated.