@@ -870,7 +870,7 @@ Feature: List a sharing permissions
870
870
| sharee | Brian |
871
871
| shareType | user |
872
872
873
- @issues-8351
873
+ @issues-8351 @issue-10077
874
874
Scenario : user lists permissions of a project space using root endpoint
875
875
Given using spaces DAV path
876
876
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
@@ -922,7 +922,8 @@ Feature: List a sharing permissions
922
922
"@libre.graph.weight",
923
923
"description",
924
924
"displayName",
925
- "id"
925
+ "id",
926
+ "createdDateTime"
926
927
],
927
928
"properties": {
928
929
"@libre.graph.weight": {
@@ -945,7 +946,8 @@ Feature: List a sharing permissions
945
946
"@libre.graph.weight",
946
947
"description",
947
948
"displayName",
948
- "id"
949
+ "id",
950
+ "createdDateTime"
949
951
],
950
952
"properties": {
951
953
"@libre.graph.weight": {
@@ -968,7 +970,8 @@ Feature: List a sharing permissions
968
970
"@libre.graph.weight",
969
971
"description",
970
972
"displayName",
971
- "id"
973
+ "id",
974
+ "createdDateTime"
972
975
],
973
976
"properties": {
974
977
"@libre.graph.weight": {
@@ -1263,7 +1266,7 @@ Feature: List a sharing permissions
1263
1266
}
1264
1267
"""
1265
1268
1266
-
1269
+ @issue-10077
1267
1270
Scenario Outline : sharer lists permissions of a shared project space using root endpoint
1268
1271
Given using spaces DAV path
1269
1272
And user "Brian" has been created with default attributes
@@ -1326,7 +1329,8 @@ Feature: List a sharing permissions
1326
1329
"@libre.graph.weight",
1327
1330
"description",
1328
1331
"displayName",
1329
- "id"
1332
+ "id",
1333
+ "createdDateTime"
1330
1334
],
1331
1335
"properties": {
1332
1336
"@libre.graph.weight": {
@@ -1349,7 +1353,8 @@ Feature: List a sharing permissions
1349
1353
"@libre.graph.weight",
1350
1354
"description",
1351
1355
"displayName",
1352
- "id"
1356
+ "id",
1357
+ "createdDateTime"
1353
1358
],
1354
1359
"properties": {
1355
1360
"@libre.graph.weight": {
@@ -1372,7 +1377,8 @@ Feature: List a sharing permissions
1372
1377
"@libre.graph.weight",
1373
1378
"description",
1374
1379
"displayName",
1375
- "id"
1380
+ "id",
1381
+ "createdDateTime"
1376
1382
],
1377
1383
"properties": {
1378
1384
"@libre.graph.weight": {
@@ -1404,7 +1410,8 @@ Feature: List a sharing permissions
1404
1410
"required": [
1405
1411
"grantedToV2",
1406
1412
"id",
1407
- "roles"
1413
+ "roles",
1414
+ "createdDateTime"
1408
1415
],
1409
1416
"properties": {
1410
1417
"grantedToV2": {
@@ -1446,7 +1453,8 @@ Feature: List a sharing permissions
1446
1453
"required": [
1447
1454
"grantedToV2",
1448
1455
"id",
1449
- "roles"
1456
+ "roles",
1457
+ "createdDateTime"
1450
1458
],
1451
1459
"properties": {
1452
1460
"grantedToV2": {
@@ -1488,7 +1496,8 @@ Feature: List a sharing permissions
1488
1496
"required": [
1489
1497
"hasPassword",
1490
1498
"id",
1491
- "link"
1499
+ "link",
1500
+ "createdDateTime"
1492
1501
],
1493
1502
"properties": {
1494
1503
"hasPassword": {
@@ -2250,7 +2259,7 @@ Feature: List a sharing permissions
2250
2259
}
2251
2260
"""
2252
2261
2253
-
2262
+ @env-config @issue-10077
2254
2263
Scenario : user lists permissions of a space after enabling 'Space Editor Without Versions' role
2255
2264
Given the administrator has enabled the permissions role "Space Editor Without Versions"
2256
2265
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
@@ -2279,7 +2288,8 @@ Feature: List a sharing permissions
2279
2288
"@libre.graph.weight",
2280
2289
"description",
2281
2290
"displayName",
2282
- "id"
2291
+ "id",
2292
+ "createdDateTime"
2283
2293
],
2284
2294
"properties": {
2285
2295
"displayName": {
@@ -2293,7 +2303,8 @@ Feature: List a sharing permissions
2293
2303
"@libre.graph.weight",
2294
2304
"description",
2295
2305
"displayName",
2296
- "id"
2306
+ "id",
2307
+ "createdDateTime"
2297
2308
],
2298
2309
"properties": {
2299
2310
"@libre.graph.weight": {
@@ -2316,7 +2327,8 @@ Feature: List a sharing permissions
2316
2327
"@libre.graph.weight",
2317
2328
"description",
2318
2329
"displayName",
2319
- "id"
2330
+ "id",
2331
+ "createdDateTime"
2320
2332
],
2321
2333
"properties": {
2322
2334
"displayName": {
@@ -2330,7 +2342,8 @@ Feature: List a sharing permissions
2330
2342
"@libre.graph.weight",
2331
2343
"description",
2332
2344
"displayName",
2333
- "id"
2345
+ "id",
2346
+ "createdDateTime"
2334
2347
],
2335
2348
"properties": {
2336
2349
"displayName": {
0 commit comments