Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e59b43b9
Commit
e59b43b9
authored
Aug 13, 2012
by
tim.plunkett
Browse files
Rebuild the menu after saving a new view.
parent
0de6470f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/views/View.php
View file @
e59b43b9
...
...
@@ -1866,6 +1866,10 @@ function save() {
// Clear caches.
views_invalidate_cache
();
// @todo Remove this.
// Explicitly rebuild the menu.
menu_router_rebuild
();
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment