Popup Showing in Every Opened Tab

When i do bulk actions, this type popup showing in every browser tab which i have using (means opened tabs), not just this popup every popup showing, when i go to other tab first i need remove all popups then i will do my work

is there setting disable it ?

That for, you have to use frappe.show_alert instead of the frappe.msgprint

And you can easily override it in your custom app using the override_whitelisted_method

Means its a bug or requirement ?

It’s not a bug! but you can changed the functionality, if you want!

How this is not a bug? And how to disable this feature in ERPNext(production)?

1 Like

It is clearly an undesired behavior. Especially because the person who took the action is informed 50 times that he made that action in every tab he has open xD

So yeah, also looking for a safe way to change this.