Project

General

Profile

Actions

Bug #23177

closed

User root projects don't display properly in the dashboard

Added by Lisa Knox 6 months ago. Updated 5 months ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench
Target version:
Story points:
-
Release relationship:
Auto

Description

Steps to reproduce:

  1. Go to any user's root project other than your own
  2. Go to the dashboard

The line item for the most recently visited item (the other user's root project) shows a default resource icon and no text at all. It should show the proper name ("Jane Doe's Home Project") and the rest of the relevant text.


Subtasks 1 (0 open1 closed)

Task #23182: Review 23177-dashboard-root-proj-displayClosedLisa Knox10/14/2025Actions
Actions #1

Updated by Brett Smith 6 months ago

  • Release set to 83
  • Description updated (diff)
Actions #2

Updated by Brett Smith 6 months ago

  • Target version set to Development 2025-10-15
  • Assigned To set to Lisa Knox
Actions #3

Updated by Brett Smith 6 months ago

  • Subtask #23182 added
Actions #4

Updated by Lisa Knox 6 months ago

23177-dashboard-root-proj-display @ 97871ead60b919bb76f4b706bd46caeaf6e5777c

developer-run-tests-services-workbench2: #1638

  • ✅ All agreed upon points are implemented / addressed.
  • n/a Anything not implemented (discovered or discussed during work) has a follow-up story.
  • ✅ Code is tested and passing, both automated and manual, what manual testing was done is described
  • ✅ The tested code incorporates recent main branch changes.
  • n/a New or changed UX/UX and has gotten feedback from stakeholders.
  • n/a Documentation has been updated.
  • ✅ Behaves appropriately at the intended scale (describe intended scale).
  • ✅ Considered backwards and forwards compatibility issues between client and server.
  • no change
  • ✅ Follows our coding standards and GUI style guidelines.
Actions #5

Updated by Stephen Smith 6 months ago

Imo adding on a name field to a user resource is a little weird since that is outside the bounds of the type, I think it would be better if we changed the getResource type param to NamedResource | UserResource for both ResourceName and ResourceNameNoLink and pass through the resource as-is with the type resource?: NamedResource | UserResource, then adjust renderName to accept item: NamedResource | UserResource and do an isUserResource check where it displays the name to switch between accessing .name and using the first/last name fields.

Actions #6

Updated by Lisa Knox 5 months ago

Actions #7

Updated by Lisa Knox 5 months ago

  • Status changed from New to In Progress
Actions #8

Updated by Stephen Smith 5 months ago

LGTM assuming tests pass!

Actions #9

Updated by Lisa Knox 5 months ago

Merged main in to incorporate flaky test fix:

23177-dashboard-root-proj-display @ 9957c3b5de1b22c241556b8b1f3eb126ac0e9990

developer-run-tests-services-workbench2: #1649

Actions #10

Updated by Lisa Knox 5 months ago

  • Status changed from In Progress to Resolved
Actions #11

Updated by Brett Smith 5 months ago

  • Release changed from 83 to 79
Actions

Also available in: Atom PDF