mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
fixed egw_framework::message($msg, $msg_type) was not displayed on ajax-load, eg. regular et2 submit
This commit is contained in:
@ -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
|
// handle egw_framework::window_close(), this will terminate execution
|
||||||
if (data['window-close'])
|
if (data['window-close'])
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user