Browse Source

fix(minor): Is Custom field placement in Role form

version-14
Rucha Mahabal 3 years ago
parent
commit
b878b71e37
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      frappe/core/doctype/role/role.json

+ 4
- 3
frappe/core/doctype/role/role.json View File

@@ -12,6 +12,7 @@
"restrict_to_domain", "restrict_to_domain",
"column_break_4", "column_break_4",
"disabled", "disabled",
"is_custom",
"desk_access", "desk_access",
"two_factor_auth", "two_factor_auth",
"navigation_settings_section", "navigation_settings_section",
@@ -24,8 +25,7 @@
"form_settings_section", "form_settings_section",
"form_sidebar", "form_sidebar",
"timeline", "timeline",
"dashboard",
"is_custom"
"dashboard"
], ],
"fields": [ "fields": [
{ {
@@ -148,7 +148,7 @@
"idx": 1, "idx": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2021-10-08 14:06:55.729364",
"modified": "2022-01-12 20:18:18.496230",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Core", "module": "Core",
"name": "Role", "name": "Role",
@@ -170,5 +170,6 @@
"quick_entry": 1, "quick_entry": 1,
"sort_field": "modified", "sort_field": "modified",
"sort_order": "ASC", "sort_order": "ASC",
"states": [],
"track_changes": 1 "track_changes": 1
} }

Loading…
Cancel
Save