Skip to content

Commit 5e97aef

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 4e92e87 commit 5e97aef

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
@@ -121,6 +121,7 @@ and this project adheres to
121121

122122
## Added
123123

124+
- ✨(backend) add ancestors links definitions to document abilities #846
124125
- 🚩(backend) add feature flag for the footer #841
125126
- 🔧(backend) add view to manage footer json #841
126127
- ✨(frontend) add custom css style #771

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)