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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-08 16:36:20 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-20 09:38:44 +0300
commitc6f87ee93158edcc6ace7420dedcfb56ab509684 (patch)
treeaf9f6f36f75eb9bdd6a6750baf7db9a87bc2ffcd /appinfo
parenta56602e2eecdb75b6fe5f173f928222c357a17e7 (diff)
Add tempalte destination to WOPI token
This is required to perform the proper save as for the first time when a template is opened. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 8e2bf30b..5f94bcbf 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -124,6 +124,12 @@
<unsigned>true</unsigned>
<length>4</length>
</field>
+ <field>
+ <name>template_destination</name>
+ <type>integer</type>
+ <notnull>false</notnull>
+ <length>4</length>
+ </field>
<index>
<name>rd_wopi_token_idx</name>