mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:28 +01:00
Addressbook: Avoid error if n_fn is not in popup template
This commit is contained in:
parent
d0d9d6705f
commit
53551970fe
@ -1323,9 +1323,16 @@ class AddressbookApp extends EgwApp
|
||||
* @returns {string}
|
||||
*/
|
||||
getWindowTitle()
|
||||
{
|
||||
try
|
||||
{
|
||||
return this.et2.getValueById('n_fn');
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Enable/Disable geolocation action items in contextmenu base on address availabilty
|
||||
|
Loading…
Reference in New Issue
Block a user