Issue #3513823: "Delete" action is shown as text and not link for Views-generated link in a menu
1 unresolved thread
Closes #3513823
Merge request reports
Activity
232 232 $variables['attributes']['role'] = 'navigation'; 233 233 } 234 234 } 235 236 /** 237 * Implements hook_form_FORM_ID_alter(). 238 */ 239 function menu_ui_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state) { changed this line in version 2 of the diff
Please register or sign in to reply