mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-17 20:21:18 +01:00
Change redirect after save/cancel custom fields, fixes unwanted iframe after save
This commit is contained in:
parent
5e6687c751
commit
4963e7c968
@ -127,7 +127,7 @@ class customfields
|
||||
}
|
||||
//fall through
|
||||
case 'cancel':
|
||||
egw::redirect_link('/admin/index.php', null, 'admin');
|
||||
egw::redirect_link('/index.php', array('menuaction'=>'admin.admin_ui.index','ajax'=>'true'), 'admin');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user