mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix error "TypeError: undefined attributeStyleMap"
This commit is contained in:
parent
528134cfac
commit
cf4e5a76ef
@ -762,7 +762,7 @@ class AddressbookApp extends EgwApp
|
||||
display = "none";
|
||||
}
|
||||
}
|
||||
if(custom_field.attributeStyleMap)
|
||||
if(custom_field?.attributeStyleMap)
|
||||
{
|
||||
custom_field.attributeStyleMap.set("display", display);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user