forked from frappe/frappe
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ashish
committed
Oct 23, 2024
1 parent
96ac703
commit cdbd871
Showing
10 changed files
with
114 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
176 changes: 92 additions & 84 deletions
176
frappe/desk/doctype/list_view_settings/list_view_settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,93 @@ | ||
{ | ||
"actions": [], | ||
"autoname": "Prompt", | ||
"creation": "2019-10-23 15:00:48.392374", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"disable_count", | ||
"disable_comment_count", | ||
"disable_sidebar_stats", | ||
"disable_auto_refresh", | ||
"total_fields", | ||
"fields_html", | ||
"fields" | ||
], | ||
"fields": [ | ||
{ | ||
"default": "0", | ||
"fieldname": "disable_count", | ||
"fieldtype": "Check", | ||
"label": "Disable Count" | ||
}, | ||
{ | ||
"default": "0", | ||
"fieldname": "disable_sidebar_stats", | ||
"fieldtype": "Check", | ||
"label": "Disable Sidebar Stats" | ||
}, | ||
{ | ||
"default": "0", | ||
"fieldname": "disable_auto_refresh", | ||
"fieldtype": "Check", | ||
"label": "Disable Auto Refresh" | ||
}, | ||
{ | ||
"fieldname": "total_fields", | ||
"fieldtype": "Select", | ||
"label": "Maximum Number of Fields", | ||
"options": "\n4\n5\n6\n7\n8\n9\n10" | ||
}, | ||
{ | ||
"fieldname": "fields_html", | ||
"fieldtype": "HTML", | ||
"label": "Fields" | ||
}, | ||
{ | ||
"fieldname": "fields", | ||
"fieldtype": "Code", | ||
"hidden": 1, | ||
"label": "Fields", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"default": "0", | ||
"fieldname": "disable_comment_count", | ||
"fieldtype": "Check", | ||
"label": "Disable Comment Count" | ||
} | ||
], | ||
"links": [], | ||
"modified": "2023-02-14 14:46:43.764229", | ||
"modified_by": "Administrator", | ||
"module": "Desk", | ||
"name": "List View Settings", | ||
"naming_rule": "Set by user", | ||
"owner": "Administrator", | ||
"permissions": [ | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"print": 1, | ||
"read": 1, | ||
"role": "System Manager", | ||
"share": 1, | ||
"write": 1 | ||
} | ||
], | ||
"read_only": 1, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [], | ||
"track_changes": 1 | ||
} | ||
"actions": [], | ||
"autoname": "Prompt", | ||
"creation": "2019-10-23 15:00:48.392374", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"disable_count", | ||
"disable_comment_count", | ||
"disable_sidebar_stats", | ||
"disable_auto_refresh", | ||
"allow_edit", | ||
"total_fields", | ||
"fields_html", | ||
"fields" | ||
], | ||
"fields": [ | ||
{ | ||
"default": "0", | ||
"fieldname": "disable_count", | ||
"fieldtype": "Check", | ||
"label": "Disable Count" | ||
}, | ||
{ | ||
"default": "0", | ||
"fieldname": "disable_sidebar_stats", | ||
"fieldtype": "Check", | ||
"label": "Disable Sidebar Stats" | ||
}, | ||
{ | ||
"default": "0", | ||
"fieldname": "disable_auto_refresh", | ||
"fieldtype": "Check", | ||
"label": "Disable Auto Refresh" | ||
}, | ||
{ | ||
"fieldname": "total_fields", | ||
"fieldtype": "Select", | ||
"label": "Maximum Number of Fields", | ||
"options": "\n4\n5\n6\n7\n8\n9\n10" | ||
}, | ||
{ | ||
"fieldname": "fields_html", | ||
"fieldtype": "HTML", | ||
"label": "Fields" | ||
}, | ||
{ | ||
"fieldname": "fields", | ||
"fieldtype": "Code", | ||
"hidden": 1, | ||
"label": "Fields", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"default": "0", | ||
"fieldname": "disable_comment_count", | ||
"fieldtype": "Check", | ||
"label": "Disable Comment Count" | ||
}, | ||
{ | ||
"default": "0", | ||
"description": "Allow editing even if the doctype has a workflow set up.\n\nDoes nothing if a workflow isn't set up.", | ||
"fieldname": "allow_edit", | ||
"fieldtype": "Check", | ||
"label": "Allow Bulk Editing" | ||
} | ||
], | ||
"links": [], | ||
"modified": "2024-08-21 18:17:24.889783", | ||
"modified_by": "Administrator", | ||
"module": "Desk", | ||
"name": "List View Settings", | ||
"naming_rule": "Set by user", | ||
"owner": "Administrator", | ||
"permissions": [ | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"print": 1, | ||
"read": 1, | ||
"role": "System Manager", | ||
"share": 1, | ||
"write": 1 | ||
} | ||
], | ||
"read_only": 1, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [], | ||
"track_changes": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters