From ff954462a2a76885c6cb6f0329ea1351dcb74604 Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Wed, 11 Oct 2017 14:37:12 +0530 Subject: [PATCH] [minor] attach only image type files to Background Image field (#4283) --- frappe/core/doctype/user/user.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/core/doctype/user/user.json b/frappe/core/doctype/user/user.json index 63c530e297..5ce4df115f 100644 --- a/frappe/core/doctype/user/user.json +++ b/frappe/core/doctype/user/user.json @@ -1213,6 +1213,7 @@ "label": "Background Image", "length": 0, "no_copy": 0, + "options": "image", "permlevel": 0, "precision": "", "print_hide": 0, @@ -2001,7 +2002,7 @@ "istable": 0, "max_attachments": 5, "menu_index": 0, - "modified": "2017-09-14 14:55:26.044665", + "modified": "2017-10-09 15:33:43.818915", "modified_by": "Administrator", "module": "Core", "name": "User",