mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:13 +01:00
* Addressbook: fixed copying a contact one can only read, gives a readonly popup with just a cancel button
This commit is contained in:
parent
c2c2e907a7
commit
d462aca4ff
@ -2109,6 +2109,7 @@ window.egw_LAB.wait(function() {
|
||||
$content['creator'] = $this->user;
|
||||
$content['created'] = $this->now_su;
|
||||
$content['msg'] = lang('Contact copied');
|
||||
$view = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user