Closed mglukhovsky closed 8 years ago
In the current implementation, Name is in the format: <uuid>/<project_name>.
Name
<uuid>/<project_name>
The DisplayName field would just show project_name.
DisplayName
project_name
We've changed project IDs to be an array of [user, project], which I think supersedes this issue because you can just read the project.id[1] to get the data we'd be putting into DisplayName.
[user, project]
project.id[1]
In the current implementation,
Name
is in the format:<uuid>/<project_name>
.The
DisplayName
field would just showproject_name
.