Merge pull request #2289 from owncloud/update-web-3.4.1

[full-ci] update web to v3.4.1
This commit is contained in:
Phil Davis
2021-07-13 08:25:37 +05:45
committed by GitHub
4 changed files with 71 additions and 64 deletions

View File

@@ -3,5 +3,5 @@ CORE_COMMITID=c2835de8933771af8e34d62a48d7af99b49dab4b
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=20ab232b0c1062d50b4a66ed7b098185a89f7e7e
WEB_COMMITID=fd6aa91c0f8d4e1f957bef67d264ce788b900b03
WEB_BRANCH=master

View File

@@ -0,0 +1,7 @@
Change: update WEB to v3.4.1
* Fix [5501](https://github.com/owncloud/web/pull/5501): loading previews in the right sidebar
* Fix [5493](https://github.com/owncloud/web/pull/5493): view options position
https://github.com/owncloud/ocis/pull/2283
https://github.com/owncloud/web/releases/tag/v3.4.1

View File

@@ -28,7 +28,7 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
.PHONY: ci-node-generate
ci-node-generate:
WEB_ASSETS_VERSION = v3.4.0
WEB_ASSETS_VERSION = v3.4.1
.PHONY: pull-assets
pull-assets:

View File

File diff suppressed because one or more lines are too long