From 199f865f134041c8e4ce59dcc3a84bb693200408 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Nov 2023 10:00:11 +0100 Subject: [PATCH] fix(workflows): Explain that autotagging does not apply when creating storages Signed-off-by: Joas Schilling --- admin_manual/file_workflows/automated_tagging.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/file_workflows/automated_tagging.rst b/admin_manual/file_workflows/automated_tagging.rst index ae223fc48..ecbb2698f 100644 --- a/admin_manual/file_workflows/automated_tagging.rst +++ b/admin_manual/file_workflows/automated_tagging.rst @@ -41,6 +41,12 @@ Available rules The available rules can be seen in the access control section: :ref:`available-rules-label`. +.. note:: + + Please note that the rules do not apply when creating external storages and groupfolders. + The root folders of those need to be tagged manually with the desired initial tags. + Items created inside later on apply the rules as defined. + Executing actions -----------------