fix: Change FieldType from Text to Text Editor in Non-Conformance DocType (#24760)
* Enable Text Editors Enable rich Text Editors for Corrective Action and Preventive Action fields. Closes #24759 * Update non_conformance.json
This commit is contained in:
parent
8755339cba
commit
2efdfa26b4
@ -70,18 +70,18 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "corrective_action",
|
"fieldname": "corrective_action",
|
||||||
"fieldtype": "Text",
|
"fieldtype": "Text Editor",
|
||||||
"label": "Corrective Action"
|
"label": "Corrective Action"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "preventive_action",
|
"fieldname": "preventive_action",
|
||||||
"fieldtype": "Text",
|
"fieldtype": "Text Editor",
|
||||||
"label": "Preventive Action"
|
"label": "Preventive Action"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-10-26 15:27:47.247814",
|
"modified": "2021-02-26 15:27:47.247814",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Quality Management",
|
"module": "Quality Management",
|
||||||
"name": "Non Conformance",
|
"name": "Non Conformance",
|
||||||
@ -115,4 +115,4 @@
|
|||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user