From 7a504cc2cbb038ec337f824dbda2f01949ce07cd Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Fri, 13 Oct 2023 21:41:00 +0200 Subject: [PATCH] =?UTF-8?q?Testy:=20N=C4=9Bkte=C5=99=C3=AD=20=C5=A1koln?= =?UTF-8?q?=C3=AD=20garanti=20maj=C3=AD=20omezen=C3=AD=20na=20kategorii?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/test-init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/test-init b/bin/test-init index e86d5439..9748439a 100755 --- a/bin/test-init +++ b/bin/test-init @@ -72,13 +72,13 @@ init_users () run add-role --email og@test --role garant_okres --cat Z --place P8 run create-user sg-sutka@test Garant 'ZŠ Šutka' --org --passwd brum - run add-role --email sg-sutka@test --role garant_skola --place zs-sutka + run add-role --email sg-sutka@test --role garant_skola --cat Z --place zs-sutka run create-user sg-brno@test Garant 'ZŠ Brno' --org --passwd brum - run add-role --email sg-brno@test --role garant_skola --place zs-brno + run add-role --email sg-brno@test --role garant_skola --cat Z --place zs-brno run create-user sg-gulz@test Garant 'G Libeň' --org --passwd brum - run add-role --email sg-gulz@test --role garant_skola --place gulz + run add-role --email sg-gulz@test --role garant_skola --cat S --place gulz run create-user sg-gkj@test Garant 'G Jaroše' --org --passwd brum run add-role --email sg-gkj@test --role garant_skola --place gkj -- GitLab