- Issue created by @damienmckenna
- 🇺🇸United States damienmckenna NH, USA
The MR fixes the issue with the thumbnail generation, but there are still errors in TokenMenuUiContentModerationTest.
- 🇺🇸United States damienmckenna NH, USA
The error in the output for TokenMenuUiContentModerationTest is:
Drupal\Core\Entity\EntityStorageException: An existing default revision of the 'menu_link_content' entity type can not be changed to a non-default revision. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 815 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
- 🇺🇸United States damienmckenna NH, USA
The error stems from this core change: 🐛 Disallow saving the current default revision as a non-default revision Active
- 🇺🇸United States damienmckenna NH, USA
Ah yes, thank you - 📌 Avoid incorrect and unecessary menu_link_content entity saving Active .
So is the thumbnail fix all that this issue needs to be responsible for?