mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fixed not displayed links in view
This commit is contained in:
parent
784fa6add7
commit
0e155c2ae5
@ -186,7 +186,10 @@ class uicontacts extends bocontacts
|
||||
}
|
||||
}
|
||||
$content['view'] = true;
|
||||
|
||||
$content['link'] = $content['link_to'] = array(
|
||||
'to_app' => 'addressbook',
|
||||
'to_id' => $content['id'],
|
||||
);
|
||||
$readonlys['link'] = $readonlys['link_to'] = $readonlys['customfields'] = true;
|
||||
$readonlys['button[save]'] = $readonlys['button[apply]'] = true;
|
||||
$readonlys['button[delete]'] = !$this->check_perms(EGW_ACL_DELETE,$content);
|
||||
|
Loading…
Reference in New Issue
Block a user