* Addressbook: no longer offering to move contacts to accounts addressbook, as we do not support that

This commit is contained in:
Ralf Becker 2014-08-19 14:12:40 +00:00
parent a512c04183
commit cb50632f05

View File

@ -496,6 +496,7 @@ class addressbook_ui extends addressbook_bo
// move to AB
if (($move2addressbooks = $this->get_addressbooks(EGW_ACL_ADD))) // do we have addressbooks, we should
{
unset($move2addressbooks[0]); // do not offer action to move contact to an account, as we dont support that currrently
foreach($move2addressbooks as $owner => $label)
{
$this->type_icon((int)$owner, substr($owner,-1) == 'p', 'n', $icon, $type_label);
@ -2066,6 +2067,7 @@ window.egw_LAB.wait(function() {
$sel_options['fileas_type'] = $this->fileas_options($content);
$sel_options['owner'] = $this->get_addressbooks(EGW_ACL_ADD);
if ($content['owner']) unset($sel_options['owner'][0]); // do not offer to switch to accounts, as we do not support moving contacts to accounts
if ((string) $content['owner'] !== '')
{
if (!isset($sel_options['owner'][(int)$content['owner']]))