mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
After editing a contact, refresh the whole list (edit) instead of just updating the one contact.
This commit is contained in:
parent
89bd82725d
commit
3e8b02d50a
@ -1910,7 +1910,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