From f68a5d02a6c3b6f112a3a8059dcfde5d14fe7799 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 10 Sep 2020 11:43:38 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/update-phoenix-ext-app-urls.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/update-phoenix-ext-app-urls.md diff --git a/changelog/unreleased/update-phoenix-ext-app-urls.md b/changelog/unreleased/update-phoenix-ext-app-urls.md new file mode 100644 index 000000000..bba138f7a --- /dev/null +++ b/changelog/unreleased/update-phoenix-ext-app-urls.md @@ -0,0 +1,7 @@ +Bugfix: Fix builtin config for external apps + +We fixed a bug in the builtin config of ocis-phoenix, having hardcoded urls instead of just the path of external apps. + +https://github.com/owncloud/product/issues/218 +https://github.com/owncloud/ocis-phoenix/pull/83 +https://github.com/owncloud/ocis/pull/544