Skip to content

Commit cace96a

Browse files
authored
[4.0] Admin container menu (#34702)
Create a new admin menu and then an admin menu item of type system links ->component menu container You will see the tree displayed twice After the pr it is displayed just the once
1 parent d976219 commit cace96a

File tree

1 file changed

+0
-5
lines changed
  • administrator/components/com_menus/tmpl/item

1 file changed

+0
-5
lines changed

administrator/components/com_menus/tmpl/item/edit.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@
133133
$this->form->setFieldAttribute('publish_up', 'showon', '');
134134
$this->form->setFieldAttribute('publish_down', 'showon', '');
135135
}
136-
137-
if (!$isModal && $this->item->type == 'container')
138-
{
139-
echo $this->loadTemplate('container');
140-
}
141136
?>
142137
<?php
143138
// Set main fields.

0 commit comments

Comments
 (0)