fix(doctype): show Permissions tab only when doctype is not a child table
This commit is contained in:
parent
ec3922e903
commit
5c7d28a826
1 changed files with 3 additions and 1 deletions
|
|
@ -665,6 +665,7 @@
|
|||
"label": "Sender Name Field"
|
||||
},
|
||||
{
|
||||
"depends_on": "eval:!doc.istable",
|
||||
"fieldname": "permissions_tab",
|
||||
"fieldtype": "Tab Break",
|
||||
"label": "Permissions"
|
||||
|
|
@ -792,7 +793,7 @@
|
|||
"link_fieldname": "document_type"
|
||||
}
|
||||
],
|
||||
"modified": "2025-09-23 06:48:13.555017",
|
||||
"modified": "2026-04-20 16:06:57.212832",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "DocType",
|
||||
|
|
@ -823,6 +824,7 @@
|
|||
],
|
||||
"route": "doctype",
|
||||
"row_format": "Dynamic",
|
||||
"rows_threshold_for_grid_search": 20,
|
||||
"search_fields": "module",
|
||||
"show_name_in_global_search": 1,
|
||||
"sort_field": "creation",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue