Skip to content
Snippets Groups Projects

Issue #3419337- Prevent and remove invalid block_class dependencies.

Open Michael Caldwell requested to merge issue/block_class-3419337:2.0.x into 2.0.x
2 files
+ 29
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -149,6 +149,9 @@ class BlockClassHelperService {
$entity->unsetThirdPartySetting('block_class', 'replaced_id');
}
// Ensure dependencies are updated.
$entity->calculateDependencies();
// Get the config object.
$config = $this->configFactory->getEditable('block_class.settings');
Loading