mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Make sure context is the widget when calling setters
This commit is contained in:
parent
1e8e86fe23
commit
26f75a241b
@ -729,7 +729,7 @@ function etemplate2_handle_assign(type, res, req)
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
widget['set_' + res.data.key](res.data.value);
|
widget['set_' + res.data.key].call(widget,res.data.value);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
|
Loading…
Reference in New Issue
Block a user