Issue #2227497 by gremy: BookAdminTableTree() has 2 nid entries in the same array.
parent
ce8541b281
commit
f7b4f2f35b
|
@ -180,7 +180,6 @@ class BookAdminEditForm extends FormBase {
|
|||
foreach ($tree as $data) {
|
||||
$form['book-admin-' . $data['link']['nid']] = array(
|
||||
'#item' => $data['link'],
|
||||
'nid' => array('#type' => 'value', '#value' => $data['link']['nid']),
|
||||
'depth' => array('#type' => 'value', '#value' => $data['link']['depth']),
|
||||
'title' => array(
|
||||
'#type' => 'textfield',
|
||||
|
|
Loading…
Reference in New Issue