mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Merge pull request #185 from wilr/patch-1
Fix SearchForm throwing a 404 on search
This commit is contained in:
commit
3f6036b1ae
@ -75,7 +75,7 @@ class GridFieldAddExistingSearchHandler extends RequestHandler
|
||||
{
|
||||
$form = new Form(
|
||||
$this,
|
||||
'SilverStripe\\CMS\\Search\\SearchForm',
|
||||
'SearchForm',
|
||||
$this->context->getFields(),
|
||||
new FieldList(
|
||||
FormAction::create('doSearch', _t('GridFieldExtensions.SEARCH', 'Search'))
|
||||
|
Loading…
Reference in New Issue
Block a user