Skip to content

Commit

Permalink
Merge pull request #162 from fractaslabs/master
Browse files Browse the repository at this point in the history
Feat: CMS Notice fired on successful GridField records reorder action
  • Loading branch information
nyeholt authored Aug 25, 2016
2 parents 5b2b476 + 9703aaa commit 50ffec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/GridFieldOrderableRows.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public function handleReorder($grid, $request) {
$this->httpError(400);
}

Controller::curr()->getResponse()->addHeader('X-Status', rawurlencode('Records reordered.'));
return $grid->FieldHolder();
}

Expand Down

0 comments on commit 50ffec5

Please sign in to comment.