We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e92e87 commit 5e97aefCopy full SHA for 5e97aef
CHANGELOG.md
@@ -121,6 +121,7 @@ and this project adheres to
121
122
## Added
123
124
+- ✨(backend) add ancestors links definitions to document abilities #846
125
- 🚩(backend) add feature flag for the footer #841
126
- 🔧(backend) add view to manage footer json #841
127
- ✨(frontend) add custom css style #771
src/backend/core/tests/documents/test_api_documents_trashbin.py
@@ -74,6 +74,7 @@ def test_api_documents_trashbin_format():
74
"accesses_view": True,
75
"ai_transform": True,
76
"ai_translate": True,
77
+ "ancestors_links_definitions": {},
78
"attachment_upload": True,
79
"children_create": True,
80
"children_list": True,
0 commit comments