-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
1.7.0, 1.8.0, 1.9.0
-
None
Summary
In the "Explore Your Software Catalog" section on the homepage, entity cards display
the entity's `metadata.name` instead of `metadata.title`, even when a title is
defined.
Steps to Reproduce
1. Register an entity (Component, API, Resource, or System) with both `metadata.name` and `metadata.title` defined
2. Navigate to the homepage
3. Observe the entity card in the "Explore Your Software Catalog" section
Expected Behavior
The entity card should display `metadata.title` when available, falling back to
`metadata.name` only if title is not set.
Actual Behavior
The entity card always displays `metadata.name`, ignoring `metadata.title`.
I have entity that has
metadata: name: hello-quarkus2 title: Hello Quarkus 2
this is how it is displayed. I would expect "Hello Quarkus 2" instead of "hello-quarkus2"

- incorporates
-
RHDHPLAN-852 Display entity titles entity cards on the HomePage
-
- Accepted
-
- is duplicated by
-
RHDHBUGS-2602 Homepage: Entity title are not shown on entity cards
-
- Closed
-
- links to