Merge pull request #10710 from aliriocastro/add-silent-m
fix: pass silent as an arg to frappe.call to avoid dialog if errors
This commit is contained in:
commit
b8693495ca
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ frappe.call = function(opts) {
|
|||
error_handlers: opts.error_handlers || {},
|
||||
// show_spinner: !opts.no_spinner,
|
||||
async: opts.async,
|
||||
silent: opts.silent,
|
||||
url,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue