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:
Suraj Shetty 2019-09-02 10:03:52 +05:30 committed by GitHub
commit 3ac39f8ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')
}, {