Merge pull request #8308 from surajshetty3416/fix--Make-user-field-mandatory-in-review-dialog
fix(UX): Make User field mandatory in review dialog
This commit is contained in:
commit
3ac39f8ddc
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ frappe.ui.form.Review = class Review {
|
|||
fieldname: 'to_user',
|
||||
fieldtype: 'Autocomplete',
|
||||
label: __('To User'),
|
||||
reqd: 1,
|
||||
options: user_options,
|
||||
description: __('Only users involved in the document are listed')
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue