diff --git a/.drone.env b/.drone.env index fcd7270fa..054bda31a 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=afb624740a4887c496970a503b777e6fb24c895c +WEB_COMMITID=e18a02194638b8543f0b9f5557d50bd60910b723 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 4dceaec06..a263db6dd 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.8 +WEB_ASSETS_VERSION = v7.0.0-rc.9 include ../../.make/recursion.mk diff --git a/services/web/pkg/config/defaults/defaultconfig.go b/services/web/pkg/config/defaults/defaultconfig.go index f827e6809..f32c1f34d 100644 --- a/services/web/pkg/config/defaults/defaultconfig.go +++ b/services/web/pkg/config/defaults/defaultconfig.go @@ -49,10 +49,6 @@ func DefaultConfig() *config.Config { }, Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings"}, ExternalApps: []config.ExternalApp{ - { - ID: "settings", - Path: "/settings.js", - }, { ID: "preview", Path: "web-app-preview",