forked from extern/egroupware
Change redirect after save/cancel custom fields, fixes unwanted iframe after save
This commit is contained in:
parent
2ab51680be
commit
9743c19318
@ -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