Merge pull request #23367 from opf/fix/74942-numeric-id-instead-of-semantic-one-on-th

[#74942] fix(ui): Support semantic identifiers on related work packages table
This commit is contained in:
Tom Hykel
2026-05-29 13:10:37 +02:00
committed by GitHub
5 changed files with 129 additions and 15 deletions
@@ -582,7 +582,8 @@ module API
if represented.parent&.visible?
{
href: api_v3_paths.work_package(represented.parent.id),
title: represented.parent.subject
title: represented.parent.subject,
displayId: represented.parent.display_id.to_s
}
else
{