mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
an other one of that template is undefined
This commit is contained in:
parent
22b4a11c7f
commit
36170bf4e3
@ -295,7 +295,7 @@ app.classes.addressbook = AppJS.extend(
|
||||
if (values.n_family) value += values.n_family+" ";
|
||||
if (values.n_suffix) value += values.n_suffix;
|
||||
|
||||
var name = template.widgetContainer.getWidgetById("n_fn");
|
||||
var name = this.et2.getWidgetById("n_fn");
|
||||
if (typeof name != 'undefined') name.set_value(value);
|
||||
}
|
||||
egw.json('addressbook.addressbook_ui.ajax_check_values', [values, widget.id, own_id],this._confirmdialog_callback,this,true,this).sendRequest();
|
||||
|
Loading…
Reference in New Issue
Block a user