mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fixed egw_framework::message($msg, $msg_type) was not displayed on ajax-load, eg. regular et2 submit
This commit is contained in:
parent
c4fc4699a4
commit
5778c9d964
@ -620,6 +620,12 @@ function etemplate2_handle_load(_type, _response)
|
||||
}
|
||||
}
|
||||
|
||||
// handle egw_framework::message()
|
||||
if (jQuery.isArray(data['message']))
|
||||
{
|
||||
window.egw_message.apply(window, data['message']);
|
||||
}
|
||||
|
||||
// handle egw_framework::window_close(), this will terminate execution
|
||||
if (data['window-close'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user