From b8123b053454c60f0d3fe76de2b5a8d1eba92a02 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 9 Feb 2024 09:52:33 +0100 Subject: [PATCH] =?UTF-8?q?1.4.23=20User=20Edit=20champ=20Tag=20non=20sauv?= =?UTF-8?q?=C3=A9=20pour=20les=20comptes=20non=20admiN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/user/view/edit/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/user/view/edit/edit.php b/core/module/user/view/edit/edit.php index 727a0a7..73317bf 100644 --- a/core/module/user/view/edit/edit.php +++ b/core/module/user/view/edit/edit.php @@ -77,7 +77,7 @@
'Étiquettes', - 'disabled' => $this->getUser('group') > self::GROUP_EDITOR ? false : true, + 'readonly' => $this->getUser('group') > self::GROUP_EDITOR ? false : true, 'value' => $this->getData(['user', $this->getUrl(2), 'tags']), 'help' => 'Les étiquettes sont séparées par des espaces' ]); ?>