From e44da8c8c72f95cd747bdd8aefdf771bd1f57ea2 Mon Sep 17 00:00:00 2001 From: prssanna Date: Thu, 24 Dec 2020 14:22:27 +0530 Subject: [PATCH] fix: disable hidden for enabled checkbox in User --- frappe/core/doctype/user/user.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frappe/core/doctype/user/user.json b/frappe/core/doctype/user/user.json index af7241fa38..ca3bb4c987 100644 --- a/frappe/core/doctype/user/user.json +++ b/frappe/core/doctype/user/user.json @@ -87,7 +87,6 @@ "default": "1", "fieldname": "enabled", "fieldtype": "Check", - "hidden": 1, "label": "Enabled", "oldfieldname": "enabled", "oldfieldtype": "Check", @@ -664,7 +663,7 @@ } ], "max_attachments": 5, - "modified": "2020-10-07 19:48:49.677800", + "modified": "2020-12-24 19:48:49.677800", "modified_by": "Administrator", "module": "Core", "name": "User",