mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
Addressbook: Get context menu working for home portlet
This commit is contained in:
parent
b7ca0448cb
commit
029692d5ca
@ -949,7 +949,7 @@ class AddressbookApp extends EgwApp
|
||||
*/
|
||||
nm_compare_field()
|
||||
{
|
||||
var field = this.et2.getWidgetById('filter2');
|
||||
var field = this.et2?.getWidgetById('filter2');
|
||||
if (field) var val = field.get_value();
|
||||
if (val)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user