mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 05:09:46 -06:00
Merge pull request #3691 from owncloud/extend-shares-in-ci-sidebar
Extend shares in web sidebar in CI
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -10,7 +10,12 @@
|
||||
"scope": "openid profile email"
|
||||
},
|
||||
"options": {
|
||||
"displayResourcesLazy": false
|
||||
"displayResourcesLazy": false,
|
||||
"sidebar": {
|
||||
"shares": {
|
||||
"showAllOnLoad": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"apps": [
|
||||
"files",
|
||||
|
||||
Reference in New Issue
Block a user