From 7cee4db4675098b38f295fb90ce3e138da5bca91 Mon Sep 17 00:00:00 2001 From: Benjamin Hubert Date: Wed, 20 Sep 2017 10:01:14 +0200 Subject: [PATCH] Hotfix on the submenu list --- Controller/Admin/CRUD/ItemAdmin.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Controller/Admin/CRUD/ItemAdmin.php b/Controller/Admin/CRUD/ItemAdmin.php index 0c37c84..12ee629 100644 --- a/Controller/Admin/CRUD/ItemAdmin.php +++ b/Controller/Admin/CRUD/ItemAdmin.php @@ -170,8 +170,6 @@ protected function configureFormFields(FormMapper $formMapper) protected function configureListFields(ListMapper $listMapper) { - $this->last_position = $this->positionService->getLastPosition($this->getRoot()->getClass()); - $listMapper ->add('name', null, [ 'label' => 'Label',