From 33989852d79ca39d5e8053f49787a5d134b1ebf6 Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Tue, 6 Jan 2026 17:19:15 +0530 Subject: [PATCH] fix: set navigations default to zero --- frappe/core/doctype/user/user.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/core/doctype/user/user.json b/frappe/core/doctype/user/user.json index 5454f5ac62..79f8d9aaea 100644 --- a/frappe/core/doctype/user/user.json +++ b/frappe/core/doctype/user/user.json @@ -853,7 +853,7 @@ "options": "User Session Display" }, { - "default": "1", + "default": "0", "fieldname": "form_navigation_buttons", "fieldtype": "Check", "label": "Navigation Buttons" @@ -910,7 +910,7 @@ } ], "make_attachments_public": 1, - "modified": "2026-01-02 16:00:51.406511", + "modified": "2026-01-06 17:17:44.906709", "modified_by": "Administrator", "module": "Core", "name": "User",