Issue #2652556 by Pol: Remove duplicate lines in MenuForm.php

8.1.x
Nathaniel Catchpole 2016-01-21 16:34:03 +09:00
parent 97d5da90ce
commit fc20eda5c4
1 changed files with 0 additions and 2 deletions

View File

@ -292,8 +292,6 @@ class MenuForm extends EntityForm {
$form['links'][$id]['#attributes'] = $element['#attributes'];
$form['links'][$id]['#attributes']['class'][] = 'draggable';
$form['links'][$id]['#item'] = $element['#item'];
// TableDrag: Sort the table row according to its existing/configured weight.
$form['links'][$id]['#weight'] = $element['#item']->link->getWeight();