This commit is contained in:
Ваше Имя 2025-07-28 15:41:05 +05:00
parent a257f257a0
commit 0a84be7404
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Item extends Page implements IItem
// 'ajax' => route('admin.jsonObjects.filesBrowser.ajax'),
// ],
'item' => $this->item->toArray(),
'editObjUrl' => route('admin.jsonObjects.editItem', false),
'editObjUrl' => route('admin.jsonObjects.editItem', [], false),
'successUrl' => route('admin.jsonObjects.dir', ['dir-id' => $this->item->getDir()->getId()], false),
];
}