Skip to content

Commit

Permalink
Update item.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Aug 30, 2016
1 parent 31d08e2 commit f145213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/components/com_menus/models/item.php
Expand Up @@ -1168,6 +1168,8 @@ protected function preprocessForm(JForm $form, $data, $group = 'content')
$field->addAttribute('language', $tag);
$field->addAttribute('label', $language->title);
$field->addAttribute('translate_label', 'false');
$field->addAttribute('select', 'true');
$field->addAttribute('new', 'true');
$field->addAttribute('edit', 'true');
$field->addAttribute('clear', 'true');
$option = $field->addChild('option', 'COM_MENUS_ITEM_FIELD_ASSOCIATION_NO_VALUE');
Expand Down

0 comments on commit f145213

Please sign in to comment.