refactor(assign_to): use a Text Editor field for description

The `ToDo` doctype uses this, so it makes more sense here.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-02-19 16:40:09 +05:30
parent 405d325291
commit c22f652473
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -234,7 +234,7 @@ frappe.ui.form.AssignToDialog = class AssignToDialog {
},
{
label: __("Comment"),
fieldtype: "Small Text",
fieldtype: "Text Editor",
fieldname: "description",
},
];