From 95b819eef0c4be78404331f4d38f4c6c3c6bb76c Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Mon, 18 May 2026 16:04:45 +0200 Subject: [PATCH 1/2] user-guide: add warning for permissions additiveness --- docs/usage/user-guide/experiments.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/usage/user-guide/experiments.md b/docs/usage/user-guide/experiments.md index 4e924dc..c0ffca8 100644 --- a/docs/usage/user-guide/experiments.md +++ b/docs/usage/user-guide/experiments.md @@ -212,6 +212,10 @@ Click the `Plus` icon to view, add, or remove permissions. A modal window will o Select a base permission to extend or restrict the current settings, and optionally, add permissions to entire teams, teamgroups, or individual users. +:::warning +The permissions are **additive** on the base permission. Make sure to set a restrictive base permission if you do not wish to share an entry, and then **add** teams, teamgroups or users accordingly. +:::: + ## Main text This is the space to freely describe your experimental setting, procedure, results, and any other information you wish to include about your research. In this rich text editor, you can add text with various formatting options, create tables, and add images, links, etc… From c3e0f0f8bf257c219be74fe6f0a01ec091b6cd08 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Mon, 18 May 2026 16:09:58 +0200 Subject: [PATCH 2/2] fix delimiter --- docs/usage/user-guide/experiments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/user-guide/experiments.md b/docs/usage/user-guide/experiments.md index c0ffca8..e7e10c2 100644 --- a/docs/usage/user-guide/experiments.md +++ b/docs/usage/user-guide/experiments.md @@ -214,7 +214,7 @@ Select a base permission to extend or restrict the current settings, and optiona :::warning The permissions are **additive** on the base permission. Make sure to set a restrictive base permission if you do not wish to share an entry, and then **add** teams, teamgroups or users accordingly. -:::: +::: ## Main text This is the space to freely describe your experimental setting, procedure, results, and any other information you wish to include about your research. In this rich text editor, you can add text with various formatting options, create tables, and add images, links, etc…