fix: Remove default for user from review dialog
- let users explicitly select whom they want to review
This commit is contained in:
parent
95cd23826e
commit
6875d8c55b
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ frappe.ui.form.Review = class Review {
|
|||
fieldtype: 'Autocomplete',
|
||||
label: __('To User'),
|
||||
options: user_options,
|
||||
default: user_options.includes(doc_owner) ? doc_owner : user_options[0],
|
||||
description: __('Only users involved in the document are listed')
|
||||
}, {
|
||||
fieldname: 'review_type',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue