Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-30 18:51:44 +0300
committerJan Holesovsky <kendy@collabora.com>2015-10-30 19:48:32 +0300
commit302317ca47ee38803a84ab8a96805ec135667ed5 (patch)
tree2105b3360935e80961a5bd2f0d596676e2b10bf1 /appinfo/routes.php
parentfbe7b6908cf4697e530758cba32979c58bb43cf1 (diff)
cloudsuite: Fix starting of editing directly from the Files view.
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 9c1f0515..c23bbaaf 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -33,7 +33,7 @@ $application->registerRoutes($this, [
['name' => 'document#listAll', 'url' => 'ajax/documents/list', 'verb' => 'GET'],
['name' => 'document#download', 'url' => 'ajax/download.php', 'verb' => 'GET'],
//documents - for CloudSuite access
- ['name' => 'document#localLoad', 'url' => 'ajax/documents/load/{esId}', 'verb' => 'POST'],
+ ['name' => 'document#localLoad', 'url' => 'load/{fileId}', 'verb' => 'POST'],
//settings
['name' => 'settings#savePersonal', 'url' => 'ajax/personal.php', 'verb' => 'POST'],
['name' => 'settings#setUnstable', 'url' => 'ajax/config/unstable', 'verb' => 'POST'],