From fdc940c758852b2bf225e558ab3bf809b2ff7183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Fri, 20 Jan 2023 14:15:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EA=B6=8C?= =?UTF-8?q?=ED=95=9C=20=EC=88=98=EC=A0=95=20=EB=B0=A9=EC=8B=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/adminPage/userMgt/userEditModal.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/main/resources/templates/adminPage/userMgt/userEditModal.html b/src/main/resources/templates/adminPage/userMgt/userEditModal.html index 044cbc53..02a90e03 100644 --- a/src/main/resources/templates/adminPage/userMgt/userEditModal.html +++ b/src/main/resources/templates/adminPage/userMgt/userEditModal.html @@ -11,18 +11,20 @@ -
+
- + th:checked="${!#strings.contains(userInfo.userRole, 'ROLE_ADMIN') + and #strings.contains(userInfo.userRole, 'ROLE_SUB_ADMIN')}">관리자 + th:checked="${!#strings.contains(userInfo.userRole, 'ROLE_ADMIN') + and !#strings.contains(userInfo.userRole, 'ROLE_SUB_ADMIN')}">일반사용자