mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix typo breaking CRM view
This commit is contained in:
parent
3c956d0144
commit
ba8cd17816
@ -207,7 +207,7 @@ var AddressbookApp = /** @class */ (function (_super) {
|
||||
}
|
||||
this.egw.openTab(id, 'addressbook', 'view', extras, {
|
||||
displayName: (_action.id.match(/\-organisation/) && data.org_name != "") ? data.org_name
|
||||
: data.data.n_fn + " (" + egw.lang(extras.crm_list) + ")",
|
||||
: data.n_fn + " (" + egw.lang(extras.crm_list) + ")",
|
||||
icon: data.photo,
|
||||
refreshCallback: this.view_refresh,
|
||||
id: id + '-' + extras.crm_list,
|
||||
|
@ -230,7 +230,7 @@ class AddressbookApp extends EgwApp
|
||||
|
||||
this.egw.openTab(id, 'addressbook', 'view', extras, {
|
||||
displayName: (_action.id.match(/\-organisation/) && data.org_name != "") ? data.org_name
|
||||
: data.data.n_fn+" ("+egw.lang(extras.crm_list)+")",
|
||||
: data.n_fn+" ("+egw.lang(extras.crm_list)+")",
|
||||
icon: data.photo,
|
||||
refreshCallback: this.view_refresh,
|
||||
id: id+'-'+extras.crm_list,
|
||||
|
Loading…
Reference in New Issue
Block a user