Send file path to the client also, fix revision history
(cherry picked from commit 66935d4bed3dc053b00fdb86921d127fbc11ada9) Signed-off-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
parent
7e4c59e360
commit
c21c029fa4
@ -107,7 +107,7 @@ class DocumentController extends Controller {
|
||||
'fileId' => $item->getId() . '_' . $this->settings->getSystemValue('instanceid'),
|
||||
'token' => $token,
|
||||
'urlsrc' => $urlSrc,
|
||||
'path' => '/',
|
||||
'path' => $folder->getRelativePath($item->getPath()),
|
||||
'instanceId' => $this->settings->getSystemValue('instanceid'),
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user