Skip to content

UI: Show the project role uuid #13839

Description

@kiranchavala

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
Image
  1. Navigate to project role , there is name and descripion of the project role but no uuid detail
Image

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

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions