Explorar el Código

fix: make fields that needs to be updated from UI read_only

(cherry picked from commit de4e3f0c8c)
version-14
Shariq Ansari hace 2 años
committed by Mergify
padre
commit
78c0e705e4
Se han modificado 1 ficheros con 9 adiciones y 4 borrados
  1. +9
    -4
      frappe/desk/doctype/workspace/workspace.json

+ 9
- 4
frappe/desk/doctype/workspace/workspace.json Ver fichero

@@ -107,7 +107,8 @@
{
"fieldname": "icon",
"fieldtype": "Icon",
"label": "Icon"
"label": "Icon",
"read_only": 1
},
{
"fieldname": "links",
@@ -122,18 +123,21 @@
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Public",
"read_only": 1,
"search_index": 1
},
{
"fieldname": "title",
"fieldtype": "Data",
"label": "Title",
"read_only": 1,
"reqd": 1
},
{
"fieldname": "parent_page",
"fieldtype": "Data",
"label": "Parent Page"
"label": "Parent Page",
"read_only": 1
},
{
"default": "[]",
@@ -145,7 +149,8 @@
{
"fieldname": "sequence_id",
"fieldtype": "Float",
"label": "Sequence Id"
"label": "Sequence Id",
"read_only": 1
},
{
"fieldname": "roles",
@@ -172,7 +177,7 @@
],
"in_create": 1,
"links": [],
"modified": "2022-05-12 13:00:03.925605",
"modified": "2022-08-16 18:01:42.632238",
"modified_by": "Administrator",
"module": "Desk",
"name": "Workspace",


Cargando…
Cancelar
Guardar