From 7a2440d06e53fd9d5f8f2e356e37dc49e3bbd730 Mon Sep 17 00:00:00 2001 From: Kasuyakema Date: Thu, 6 Jul 2023 14:37:26 +0200 Subject: [PATCH] Updated General Script Examples (markdown) --- General-Script-Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/General-Script-Examples.md b/General-Script-Examples.md index fc431fb..fd2c5d1 100644 --- a/General-Script-Examples.md +++ b/General-Script-Examples.md @@ -1,6 +1,6 @@ This wiki page is a repository of example scripts contributed by the community. As always, you should exercise caution when using a script and make sure you understand the code before using a script from the internet. -## updating document permissions based on the permissions of the documents storage path +## updating document permissions based on storage path Our usecase is to interpret the storage path as a clients file and only give view permissions to employees that handle this client. This script could be used as a post-processing script if you are confident that the storage path is allways set correctly and not changed later. We just run it at regular intervals.