From a721c1d14d59836fc263c7b221f9bec1d25ff0c7 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Wed, 24 Jun 2026 15:22:57 +0200 Subject: [PATCH] add default permission assistenz:rw for tag functionality --- application/core/Tag_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Tag_Controller.php b/application/core/Tag_Controller.php index fb14563ba..82e9b8e74 100644 --- a/application/core/Tag_Controller.php +++ b/application/core/Tag_Controller.php @@ -7,7 +7,7 @@ class Tag_Controller extends FHCAPI_Controller { private $_uid; - const BERECHTIGUNG_KURZBZ = 'admin:rw'; + const BERECHTIGUNG_KURZBZ = ['admin:rw', 'assistenz:rw']; public function __construct($permissions) {