UI: Show the project role uuid
- Vorherrschende Sprache
- Java
- Sterne
- 3.1k
- Forks
- 1.4k
- Ø Merge
- 6 T. 19 Std.
- Gemergte PRs (30 T.)
- 32
Beschreibung
### The required feature described as a wish
As a User/Admin/Operator, I would like to see the project rule uuid
Steps to reproduce the issue
1. Navigate to project > create a project
2. Navigate to project role , there is name and descripion of the project role but no uuid detail
Available in the API call
```
(localcloud) 🐱 > list projectroles projectid=7088a301-c83e-4575-8b1c-f8ee75bc3c93
{
"count": 1,
"projectrole": [
{
"description": "test-project-role",
"id": "bbfd77ae-d0f1-4b97-8215-4b8fa975dd47",
"ispublic": true,
"name": "test-project-role",
"projectid": "7088a301-c83e-4575-8b1c-f8ee75bc3c93"
}
]
```
Similarly, if you look at the normal cloudtack roles the uuid is present
Beitragsleitfaden
Rechercherichtung
Beginne auf der Projekt-Rollenseite, die über Project > Create a project erreicht wird, und vergleiche sie mit der normalen CloudStack-Rollenansicht, in der die UUID bereits angezeigt wird. Verwende die list projectroles API-Antwort als erwartete Quelle und überprüfe, dass die UUID der Projektrolle neben ihrem Namen und ihrer Beschreibung in der UI angezeigt wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- frontend
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Ruhig
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 68/100