Merge pull request #38741 from KerollesFathy/fix-hide-permissions-tab

fix(doctype): show Permissions tab only when doctype is not a child table
This commit is contained in:
Ejaaz Khan 2026-04-21 06:59:48 +05:30 committed by GitHub
commit 486d56934b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",