Merge pull request #3691 from owncloud/extend-shares-in-ci-sidebar

Extend shares in web sidebar in CI
This commit is contained in:
Benedikt Kulmann
2022-05-05 16:15:55 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -247,9 +247,6 @@ Other free text and markdown formatting can be used elsewhere in the document if
- [webUIResharing2/reshareUsers.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing2/reshareUsers.feature#L72)
- [webUIResharing2/reshareUsers.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing2/reshareUsers.feature#L73)
### [Regression during ocis 2.0.0-beta](https://github.com/owncloud/ocis/issues/3627)
- [webUISharingInternalGroups/shareWithGroups.feature:19](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L19)
### [Different share permissions provides varying roles in oc10 and ocis](https://github.com/owncloud/ocis/issues/1277)
- [webUISharingInternalGroups/shareWithGroups.feature:166](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L166)
- [webUISharingInternalGroups/shareWithGroups.feature:180](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L180)

View File

@@ -10,7 +10,12 @@
"scope": "openid profile email"
},
"options": {
"displayResourcesLazy": false
"displayResourcesLazy": false,
"sidebar": {
"shares": {
"showAllOnLoad": true
}
}
},
"apps": [
"files",