From 3e8b02d50af1b81c09e4b5af98b345aa40536f0f Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 28 Jul 2015 15:02:09 +0000 Subject: [PATCH] After editing a contact, refresh the whole list (edit) instead of just updating the one contact. --- addressbook/inc/class.addressbook_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_ui.inc.php b/addressbook/inc/class.addressbook_ui.inc.php index 0d18c398fd..754991257e 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -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