enhancement(graph): Remove unneded Coowner Role
This role was renamed to "Manager" a while ago.
This commit is contained in:
committed by
Ralf Haferkamp
parent
6631d8cbec
commit
8fdfa1aee7
@@ -242,8 +242,8 @@ Feature: List a sharing permissions
|
||||
},
|
||||
"@libre.graph.permissions.roles.allowedValues": {
|
||||
"type": "array",
|
||||
"minItems": 4,
|
||||
"maxItems": 4,
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
@@ -305,29 +305,6 @@ Feature: List a sharing permissions
|
||||
"@libre.graph.weight": {
|
||||
"const": 3
|
||||
},
|
||||
"description": {
|
||||
"const": "Grants co-owner permissions on a resource"
|
||||
},
|
||||
"displayName": {
|
||||
"const": "Co Owner"
|
||||
},
|
||||
"id": {
|
||||
"const": "3a4ba8e9-6a0d-4235-9140-0e7a34007abe"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"@libre.graph.weight",
|
||||
"description",
|
||||
"displayName",
|
||||
"id"
|
||||
],
|
||||
"properties": {
|
||||
"@libre.graph.weight": {
|
||||
"const": 4
|
||||
},
|
||||
"description": {
|
||||
"const": "Grants manager permissions on a resource. Semantically equivalent to co-owner"
|
||||
},
|
||||
@@ -344,4 +321,4 @@ Feature: List a sharing permissions
|
||||
}
|
||||
}
|
||||
}
|
||||
"""
|
||||
"""
|
||||
|
||||
@@ -1037,7 +1037,6 @@ Feature: Send a sharing invitations
|
||||
| File Editor | /textfile1.txt |
|
||||
| Viewer | FolderToShare |
|
||||
| Editor | FolderToShare |
|
||||
| Co Owner | FolderToShare |
|
||||
| Uploader | FolderToShare |
|
||||
| Manager | FolderToShare |
|
||||
|
||||
@@ -1546,11 +1545,9 @@ Feature: Send a sharing invitations
|
||||
"""
|
||||
Examples:
|
||||
| permissions-role | path |
|
||||
| Co Owner | /textfile1.txt |
|
||||
| Manager | /textfile1.txt |
|
||||
| Space Viewer | /textfile1.txt |
|
||||
| Space Editor | /textfile1.txt |
|
||||
| Co Owner | FolderToShare |
|
||||
| Manager | FolderToShare |
|
||||
| Space Viewer | FolderToShare |
|
||||
| Space Editor | FolderToShare |
|
||||
@@ -1728,7 +1725,6 @@ Feature: Send a sharing invitations
|
||||
| permissions-role |
|
||||
| Space Viewer |
|
||||
| Space Editor |
|
||||
| Co Owner |
|
||||
| Manager |
|
||||
|
||||
|
||||
@@ -1775,7 +1771,6 @@ Feature: Send a sharing invitations
|
||||
| permissions-role |
|
||||
| Space Viewer |
|
||||
| Space Editor |
|
||||
| Co Owner |
|
||||
| Manager |
|
||||
|
||||
|
||||
@@ -1823,7 +1818,6 @@ Feature: Send a sharing invitations
|
||||
| permissions-role |
|
||||
| Space Viewer |
|
||||
| Space Editor |
|
||||
| Co Owner |
|
||||
| Manager |
|
||||
|
||||
|
||||
@@ -1908,7 +1902,6 @@ Feature: Send a sharing invitations
|
||||
| permissions-role |
|
||||
| Space Viewer |
|
||||
| Space Editor |
|
||||
| Co Owner |
|
||||
| Manager |
|
||||
|
||||
|
||||
@@ -1961,7 +1954,6 @@ Feature: Send a sharing invitations
|
||||
| permissions-role |
|
||||
| Space Viewer |
|
||||
| Space Editor |
|
||||
| Co Owner |
|
||||
| Manager |
|
||||
|
||||
|
||||
@@ -2015,7 +2007,6 @@ Feature: Send a sharing invitations
|
||||
| permissions-role |
|
||||
| Space Viewer |
|
||||
| Space Editor |
|
||||
| Co Owner |
|
||||
| Manager |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user