mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] Module 'support_branding' - Close the CrashManager dialog after pushing the 'Send to' button
This commit is contained in:
@@ -121,8 +121,8 @@ openerp.support_branding = function(instance) {
|
||||
})
|
||||
.then(function()
|
||||
{
|
||||
//TODO close the dialog
|
||||
$form.parents('.ui-dialog').hide();
|
||||
$form.parents('.ui-dialog').dialog().dialog("close");
|
||||
$('.ui-widget-overlay').hide()
|
||||
});
|
||||
ev.preventDefault();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user