Skip to content

Commit ecb20f6

Browse files
sampaccoudAntoLC
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 7bc0609 commit ecb20f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to
1010

1111
### Added
1212

13+
- ✨(backend) add ancestors links definitions to document abilities #846
1314
- ✨(backend) include ancestors accesses on document accesses list view # 846
1415
- ✨(backend) add ancestors links reach and role to document API #846
1516
- ✨(frontend) add customization for translations #857

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
"can_edit": True,
7980
"children_create": True,

0 commit comments

Comments
 (0)