mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
fixed export-feature in MemberTableField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44625 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b636bf165a
commit
c1ee64a69a
@ -925,6 +925,7 @@ JS
|
|||||||
// TODO Refactor
|
// TODO Refactor
|
||||||
unset($params['ctf']);
|
unset($params['ctf']);
|
||||||
$params['ctf'][$this->Name()]['search'] = (isset($_REQUEST['ctf'][$this->Name()]['search'])) ? $_REQUEST['ctf'][$this->Name()]['search'] : null;
|
$params['ctf'][$this->Name()]['search'] = (isset($_REQUEST['ctf'][$this->Name()]['search'])) ? $_REQUEST['ctf'][$this->Name()]['search'] : null;
|
||||||
|
$params['SecurityID'] = Session::get('SecurityID');
|
||||||
|
|
||||||
// unset all actions (otherwise they override action_callfieldmethod)
|
// unset all actions (otherwise they override action_callfieldmethod)
|
||||||
foreach($params as $paramKey => $paramVal) {
|
foreach($params as $paramKey => $paramVal) {
|
||||||
|
Loading…
Reference in New Issue
Block a user