Compare commits

..

2 Commits

Author SHA1 Message Date
Ваше Имя d18304d7f3 Merge branch 'master' into demo 2025-07-28 15:41:32 +05:00
Ваше Имя 0a84be7404 up 2025-07-28 15:41:05 +05:00
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),
];
}