renaming a space does not change the drive alias
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
when renaming a space in the web ui the space name is changed, but the driveAlias remains the same:
```
{
"value": [
{
"driveAlias": "project/cdperf",
"driveType": "project",
"id": "cb3912f8-8a9f-4080-8ae2-68c874f2695f$49f40e90-8abf-4431-9660-fe5dbc43502f",
"lastModifiedDateTime": "2023-06-28T08:46:09.163240958Z",
"name": "cdperf - kaputt",
"owner": {
"user": {
"displayName": "",
"id": "49f40e90-8abf-4431-9660-fe5dbc43502f"
}
},
"quota": {
"remaining": 531389415424,
"state": "normal",
"total": 0,
"used": 142031384
},
"root": {
"eTag": "\"f8d4f472eb4a630c60ec085c219cfd11\"",
"id": "cb3912f8-8a9f-4080-8ae2-68c874f2695f$49f40e90-8abf-4431-9660-fe5dbc43502f",
"permissions": [
{
"grantedToIdentities": [
{
"group": {
"displayName": "Lasttestnutzer",
"id": "5936c439-71dc-4451-9748-10292c961ab7"
}
}
],
"roles": [
"manager"
]
},
{
"grantedToIdentities": [
{
"user": {
"displayName": "Lasttester1",
"id": "89818b00-7d17-4a14-bfc1-61b6f1a4ee7a"
}
}
],
"roles": [
"manager"
]
}
],
"webDavUrl": "https://.../dav/spaces/cb3912f8-8a9f-4080-8ae2-68c874f2695f$49f40e90-8abf-4431-9660-fe5dbc43502f"
},
"webUrl": "https://.../f/cb3912f8-8a9f-4080-8ae2-68c874f2695f$49f40e90-8abf-4431-9660-fe5dbc43502f"
}
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.