1 Commits

Author SHA1 Message Date
Christophe Bliard 43ca98ceb4 [38030] Add "Parent" item to the relations tab "Add relation" menu
Reuse the same controller that was used for adding children,
`WorkPackageChildrenRelationsController`, and renamed it to
`WorkPackageHierarchyRelationsController`. The difference is done with a
`relation_type` parameter which can be `"parent"` or `"child"`.

Reuse the same dialog that was used for adding children,
`AddWorkPackageChildDialogComponent`, and renamed it to
`AddWorkPackageHierarchyDialogComponent`.
2025-04-24 18:05:47 +02:00