From 586a0f9c53f67651151d846a8473db6e676db169 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Tue, 26 Jul 2022 12:13:19 +0200
Subject: [PATCH] Configure onlyoffice app to open documents in same tab

---
 CHANGELOG.md                               | 4 ++++
 Chart.yaml                                 | 2 +-
 templates/nextcloud-onlyoffice-config.yaml | 3 +++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a92e15a..c7cf0e1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [0.10.4] - 2022-07-26
+
+* Configure ONLYOFFICE integration app to always open documents in same tab.
+
 ## [0.10.0] - 2022-07-07
 
 * Use cypress instead of taiko for e2e tests
diff --git a/Chart.yaml b/Chart.yaml
index 2ec62f00..33ab56e2 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -3,7 +3,7 @@ apiVersion: v2
 description: |
   A helm chart for installing NextCloud and setting up ONLYOFFICE integration
 name: nextcloud-onlyoffice
-version: 0.10.3
+version: 0.10.4
 appVersion: NC-23.0.3-OO-7.0.1.37
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
diff --git a/templates/nextcloud-onlyoffice-config.yaml b/templates/nextcloud-onlyoffice-config.yaml
index 514bddfa..6ea899c3 100644
--- a/templates/nextcloud-onlyoffice-config.yaml
+++ b/templates/nextcloud-onlyoffice-config.yaml
@@ -107,6 +107,9 @@ data:
         "apps":{
             "core":{
                 "backgroundjobs_mode": "webcron"
+            },
+            "onlyoffice":{
+                "sameTab": "true"
             }
         }
     }
-- 
GitLab