Addressbook: Get context menu working for home portlet

This commit is contained in:
nathan 2023-03-14 10:08:04 -06:00
parent 9036186568
commit 9421d49ab5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{