(backend) add ancestors link reach and role to document API

On a document, we need to display the status of the link (reach and
role) as inherited from its ancestors.
This commit is contained in:
Samuel Paccoud - DINUM
2025-04-28 08:03:39 +02:00
committed by Anthony LC
parent 611ba496d2
commit 1c34305393
10 changed files with 186 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ and this project adheres to
### Added
- ✨(backend) include ancestors accesses on document accesses list view # 846
- ✨(backend) add ancestors links definitions to document abilities #846
- ✨(backend) add ancestors links reach and role to document API #846
- ✨(frontend) add customization for translations #857
- ✨(frontend) Duplicate a doc #1078
- 📝(project) add troubleshoot doc #1066