Skip to content

Commit

Permalink
Merge pull request #27851 from rohitwaghchaure/option-to-set-size-for…
Browse files Browse the repository at this point in the history
…-multi-select-dialog

feat: option to set the width for the multi-select dialog box
  • Loading branch information
rohitwaghchaure committed Oct 7, 2021
2 parents 64c1347 + 69ffddf commit e740fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/public/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ erpnext.utils.map_current_doc = function(opts) {
allow_child_item_selection: opts.allow_child_item_selection,
child_fieldname: opts.child_fielname,
child_columns: opts.child_columns,
size: opts.size,
action: function(selections, args) {
let values = selections;
if (values.length === 0) {
Expand Down

0 comments on commit e740fec

Please sign in to comment.