Skip to content
Snippets Groups Projects
Commit a43f3aef authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#75186 by pwolanin, invalidate the cache on saving via the node admin page.

parent cbb8ea04
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -1098,6 +1098,7 @@ function node_admin_nodes_submit($form_id, $edit) { ...@@ -1098,6 +1098,7 @@ function node_admin_nodes_submit($form_id, $edit) {
db_query($operation, $nid); db_query($operation, $nid);
} }
} }
cache_clear_all();
drupal_set_message(t('The update has been performed.')); drupal_set_message(t('The update has been performed.'));
} }
} }
......
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