mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix Add distribution list action opening new tab
This commit is contained in:
parent
e5b91c72f2
commit
c93b1d7080
@ -506,6 +506,11 @@ class addressbook_ui extends addressbook_bo
|
||||
'fieldValue' => '!', // enable if list != ''
|
||||
),
|
||||
);
|
||||
if(is_subclass_of('etemplate', 'etemplate_new'))
|
||||
{
|
||||
$actions['lists']['children']['remove_from_list']['fieldId'] = 'filter2';
|
||||
$actions['lists']['children']['delete_list']['fieldId'] = 'filter2';
|
||||
}
|
||||
}
|
||||
// move to AB
|
||||
if (($move2addressbooks = $this->get_addressbooks(EGW_ACL_ADD))) // do we have addressbooks, we should
|
||||
|
@ -185,6 +185,6 @@ function add_new_list(owner)
|
||||
'menuaction': 'addressbook.addressbook_ui.index',
|
||||
'add_list': name,
|
||||
'owner': owner
|
||||
}));
|
||||
}), '_self');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user