Compare commits
2 Commits
c8224d2455
...
d18304d7f3
| Author | SHA1 | Date |
|---|---|---|
|
|
d18304d7f3 | |
|
|
0a84be7404 |
|
|
@ -88,7 +88,7 @@ class Item extends Page implements IItem
|
||||||
// 'ajax' => route('admin.jsonObjects.filesBrowser.ajax'),
|
// 'ajax' => route('admin.jsonObjects.filesBrowser.ajax'),
|
||||||
// ],
|
// ],
|
||||||
'item' => $this->item->toArray(),
|
'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),
|
'successUrl' => route('admin.jsonObjects.dir', ['dir-id' => $this->item->getDir()->getId()], false),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue