Compare commits
No commits in common. "d18304d7f344cba8ca90244b41bd74d5c33dd865" and "c8224d24550028e10d01a79e8e82e41d90a73a40" have entirely different histories.
d18304d7f3
...
c8224d2455
|
|
@ -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),
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue