diff --git a/administrator/components/com_menus/models/forms/item.xml b/administrator/components/com_menus/models/forms/item.xml index bb4b79469af69..cb6d86850a8ac 100644 --- a/administrator/components/com_menus/models/forms/item.xml +++ b/administrator/components/com_menus/models/forms/item.xml @@ -3,13 +3,14 @@
+ readonly="true" + /> fields = array( + 'id', 'menutype', 'parent_id', 'menuordering', @@ -125,8 +126,7 @@ 'home', 'access', 'language', - 'note' - + 'note', ); if ($this->item->type != 'component')