From 36a07825647d3c69c982c36cb5c3fbf0debf2cc2 Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Fri, 6 Oct 2017 11:48:13 +0530 Subject: [PATCH] [minor] moved the Website Name field to top (#4258) --- .../website_slideshow/website_slideshow.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/frappe/website/doctype/website_slideshow/website_slideshow.json b/frappe/website/doctype/website_slideshow/website_slideshow.json index ab6f928a2e..19f7bb83d3 100644 --- a/frappe/website/doctype/website_slideshow/website_slideshow.json +++ b/frappe/website/doctype/website_slideshow/website_slideshow.json @@ -19,18 +19,16 @@ "bold": 0, "collapsible": 0, "columns": 0, - "depends_on": "eval:!doc.__islocal", - "description": "Note: For best results, images must be of the same size and width must be greater than height.", - "fieldname": "sb0", - "fieldtype": "Section Break", + "fieldname": "slideshow_name", + "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, "in_global_search": 0, - "in_list_view": 0, + "in_list_view": 1, "in_standard_filter": 0, - "label": "", + "label": "Slideshow Name", "length": 0, "no_copy": 0, "permlevel": 0, @@ -39,7 +37,7 @@ "read_only": 0, "remember_last_selected_value": 0, "report_hide": 0, - "reqd": 0, + "reqd": 1, "search_index": 0, "set_only_once": 0, "unique": 0 @@ -50,16 +48,18 @@ "bold": 0, "collapsible": 0, "columns": 0, - "fieldname": "slideshow_name", - "fieldtype": "Data", + "depends_on": "eval:!doc.__islocal", + "description": "Note: For best results, images must be of the same size and width must be greater than height.", + "fieldname": "sb0", + "fieldtype": "Section Break", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_filter": 0, "in_global_search": 0, - "in_list_view": 1, + "in_list_view": 0, "in_standard_filter": 0, - "label": "Slideshow Name", + "label": "", "length": 0, "no_copy": 0, "permlevel": 0, @@ -68,7 +68,7 @@ "read_only": 0, "remember_last_selected_value": 0, "report_hide": 0, - "reqd": 1, + "reqd": 0, "search_index": 0, "set_only_once": 0, "unique": 0 @@ -147,7 +147,7 @@ "issingle": 0, "istable": 0, "max_attachments": 10, - "modified": "2017-09-18 11:19:31.627585", + "modified": "2017-10-05 18:56:20.094625", "modified_by": "Administrator", "module": "Website", "name": "Website Slideshow",