From c3f2fa460203310d6b447b5e399657d4d8ee38b8 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 28 Jul 2015 15:01:03 +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 f27778a27b..9a9321ce4a 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -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