mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
After editing a contact, refresh the whole list (edit) instead of just updating the one contact.
This commit is contained in:
parent
1ee1a934f8
commit
c3f2fa4602
@ -1928,7 +1928,7 @@ window.egw_LAB.wait(function() {
|
||||
{
|
||||
egw_link::link('addressbook',$content['id'],$links);
|
||||
}
|
||||
egw_framework::refresh_opener($content['msg'], 'addressbook', $content['id'], $content['id'] ? 'update' : 'add',
|
||||
egw_framework::refresh_opener($content['msg'], 'addressbook', $content['id'], $content['id'] ? 'edit' : 'add',
|
||||
null, null, null, $this->error ? 'error' : 'success');
|
||||
|
||||
// re-throw redirect exception, if there's no error
|
||||
|
Loading…
Reference in New Issue
Block a user