🛂(frontend) blocked edition if multiple ancestors

With child documents we need to check the parent
documents to know if the parent doc are collaborative
or not.
This commit is contained in:
Anthony LC
2025-07-09 12:41:10 +02:00
parent 1110ec92d5
commit 8a3dfe0252
3 changed files with 48 additions and 32 deletions

View File

@@ -441,7 +441,7 @@ test.describe('Doc Visibility: Authenticated', () => {
const { name: childTitle } = await createRootSubPage(
page,
browserName,
'Authenticated read onlyc - child',
'Authenticated read only - child',
);
const urlChildDoc = page.url();