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 7bc0609 commit ecb20f6Copy full SHA for ecb20f6
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to
10
11
### Added
12
13
+- ✨(backend) add ancestors links definitions to document abilities #846
14
- ✨(backend) include ancestors accesses on document accesses list view # 846
15
- ✨(backend) add ancestors links reach and role to document API #846
16
- ✨(frontend) add customization for translations #857
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
"can_edit": True,
80
"children_create": True,
0 commit comments