Skip to content

Commit 8628e32

Browse files
committed
Fix checklist node in client print
1 parent 6d7c3c0 commit 8628e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/Entity/ContentNode/ChecklistNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ChecklistNode extends ContentNode {
5353
/**
5454
* List of selected ChecklistItems.
5555
*/
56-
#[ApiProperty(example: '["/checklist_items/1a2b3c4d"]')]
56+
#[ApiProperty(example: '["/checklist_items/1a2b3c4d"]', readableLink: true)]
5757
#[Groups(['read'])]
5858
#[ORM\ManyToMany(targetEntity: ChecklistItem::class, inversedBy: 'checklistNodes')]
5959
#[ORM\JoinTable(name: 'checklistnode_checklistitem')]

0 commit comments

Comments
 (0)