Register synonyms for element types as global translation parameters

This commit is contained in:
Jan Böhmer 2025-11-11 22:41:23 +01:00
parent c372109a2f
commit d0a65cbb94
2 changed files with 94 additions and 1 deletions

View file

@ -64,7 +64,7 @@ class SettingsController extends AbstractController
$this->settingsManager->save($settings);
//It might be possible, that the tree settings have changed, so clear the cache
$cache->invalidateTags(['tree_tools', 'tree_treeview', 'sidebar_tree_update']);
$cache->invalidateTags(['tree_tools', 'tree_treeview', 'sidebar_tree_update', 'synonyms']);
$this->addFlash('success', t('settings.flash.saved'));
}