mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +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";
|
display = "none";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(custom_field.attributeStyleMap)
|
if(custom_field?.attributeStyleMap)
|
||||||
{
|
{
|
||||||
custom_field.attributeStyleMap.set("display", display);
|
custom_field.attributeStyleMap.set("display", display);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user