Skip to content
Snippets Groups Projects
Commit ddccf0f7 authored by Alexandre Mallet's avatar Alexandre Mallet
Browse files

Fix CacheTags issue.

parent 0af3933d
No related branches found
No related tags found
No related merge requests found
......@@ -108,12 +108,12 @@ class FormModeManagerForm extends FormModeManagerFormBase {
public function submitForm(array &$form, FormStateInterface $form_state) {
parent::submitForm($form, $form_state);
$this->cacheTagsInvalidator->invalidateTags([
'entity_types',
'routes',
'rendered',
'local_tasks',
'local_task',
'local_action',
'entity_bundles',
'rendered',
]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment