mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user