Bug #18628
closed"owner" column should show user/project name
Description
The "Owner" column shows up on Projects, Shared with Me, Public Favorites, My Favorites, All Processes, and Search results. (If you find any other places, please fix those as well). When rendered, it should show the both name of the owner user or project along with the UUID. This already exists for the "details" panel, so it would be straightforward to use the "ResourceOwnerWithName" control used in the details panel.
Updated by Stephen Smith almost 3 years ago
- Status changed from New to In Progress
Updated by Stephen Smith almost 3 years ago
Changes at arvados-workbench2|e9735ea9dc6980f0706bb1e0a3a92384450994fa branch 18628-detailed-resource-owner-renderer
Tests: developer-tests-workbench2: #569
This ended up being a simple find & replace - though one of the collections tests seems flaky in the annoying way that a poorly timed re-render causes the selected element to be detached from the dom at inopportune times so I had to run the tests twice.
Updated by Stephen Smith almost 3 years ago
- Status changed from In Progress to Resolved