Skip to content

Commit 7cee4db

Browse files
Hotfix on the submenu list
1 parent 7a68f4b commit 7cee4db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Controller/Admin/CRUD/ItemAdmin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ protected function configureFormFields(FormMapper $formMapper)
170170

171171
protected function configureListFields(ListMapper $listMapper)
172172
{
173-
$this->last_position = $this->positionService->getLastPosition($this->getRoot()->getClass());
174-
175173
$listMapper
176174
->add('name', null, [
177175
'label' => 'Label',

0 commit comments

Comments
 (0)