Skip to content
Snippets Groups Projects

Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers

Open Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers
2 unresolved threads
Open Ben Mullins requested to merge issue/drupal-2845319:2845319-the-highlighting-of into 9.3.x
2 unresolved threads
2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
  • c5812590
    Issue #2826592 by sourabh.singhal, jeffam, dhirendra.mishra, pk188,... · c5812590
    catch authored
    Issue #2826592 by sourabh.singhal, jeffam, dhirendra.mishra, pk188, Manibharathi E R, krina.addweb, David_Rothstein, Berdir, shortspoken, ameymudras: No redirection to term view display page from term edit page
    
    (cherry picked from commit fa7f5a0e)
@@ -201,6 +201,7 @@ public function save(array $form, FormStateInterface $form_state) {
case SAVED_UPDATED:
$this->messenger()->addStatus($this->t('Updated term %term.', ['%term' => $view_link]));
$this->logger('taxonomy')->notice('Updated term %term.', ['%term' => $term->getName(), 'link' => $edit_link]);
$form_state->setRedirect('entity.taxonomy_term.canonical', ['taxonomy_term' => $term->id()]);
break;
}
Loading