mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +01:00
Avoid to build iframe when redirect, extension to commit 47537
This commit is contained in:
parent
0b8bad6838
commit
5d8c57f1bd
@ -88,7 +88,10 @@ class infolog_customfields
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'cancel':
|
case 'cancel':
|
||||||
$GLOBALS['egw']->redirect_link('/infolog/');
|
$GLOBALS['egw']->redirect_link('/index.php',array(
|
||||||
|
'menuaction' => 'infolog.infolog_ui.index',
|
||||||
|
'ajax' => 'true',
|
||||||
|
));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user