mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-01 08:41:32 +01:00
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
|
//fall through
|
||||||
case 'cancel':
|
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