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',