Skip to content

Commit decc8bd

Browse files
sampaccoudPanchoutNathan
authored andcommitted
✨(backend) add ancestors links definitions to document abilities
The frontend needs to display inherited link accesses when it displays possible selection options. We need to return this information to the client.
1 parent c2c1c2b commit decc8bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/core/tests/documents/test_api_documents_trashbin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def test_api_documents_trashbin_format():
7474
"accesses_view": True,
7575
"ai_transform": True,
7676
"ai_translate": True,
77+
"ancestors_links_definitions": {},
7778
"attachment_upload": True,
7879
"children_create": True,
7980
"children_list": True,

0 commit comments

Comments
 (0)