fix(form_sidebar): Make user field the focus field
This commit is contained in:
parent
6329bf2479
commit
89e8e33d12
1 changed files with 7 additions and 7 deletions
|
|
@ -177,13 +177,6 @@ frappe.ui.form.AssignToDialog = class AssignToDialog {
|
|||
default: 0,
|
||||
onchange: () => me.assign_to_me(),
|
||||
},
|
||||
{
|
||||
label: __("Assign To User Group"),
|
||||
fieldtype: "Link",
|
||||
fieldname: "assign_to_user_group",
|
||||
options: "User Group",
|
||||
onchange: () => me.user_group_list(),
|
||||
},
|
||||
{
|
||||
fieldtype: "MultiSelectPills",
|
||||
fieldname: "assign_to",
|
||||
|
|
@ -196,6 +189,13 @@ frappe.ui.form.AssignToDialog = class AssignToDialog {
|
|||
});
|
||||
},
|
||||
},
|
||||
{
|
||||
label: __("Assign To User Group"),
|
||||
fieldtype: "Link",
|
||||
fieldname: "assign_to_user_group",
|
||||
options: "User Group",
|
||||
onchange: () => me.user_group_list(),
|
||||
},
|
||||
{
|
||||
fieldtype: "Section Break",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue