mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #5744 from jonners99/patch-1
Update GridFieldAddExistingAutocompleter.php
This commit is contained in:
commit
9ce433c7fe
@ -141,7 +141,7 @@ class GridFieldAddExistingAutocompleter
|
||||
* @return array
|
||||
*/
|
||||
public function getActions($gridField) {
|
||||
return array('addto');
|
||||
return array('addto', 'find');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user