diff --git a/lib/Drupal/views/View.php b/lib/Drupal/views/View.php index 3b539aa57b0804e16f6e849d0018f9608e7f9343..30c1f13c679018c481673eafddc17fbbd9b0749b 100644 --- a/lib/Drupal/views/View.php +++ b/lib/Drupal/views/View.php @@ -1866,6 +1866,10 @@ function save() { // Clear caches. views_invalidate_cache(); + + // @todo Remove this. + // Explicitly rebuild the menu. + menu_router_rebuild(); } /**