mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3921 from chillu/pulls/remove-grouped-dropdown-validate
Remove GroupedDropdownField::validate() (regression)
This commit is contained in:
commit
8b2ad80c8f
@ -88,5 +88,12 @@ class GroupedDropdownField extends DropdownField {
|
|||||||
return 'groupeddropdown dropdown';
|
return 'groupeddropdown dropdown';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @todo Implement DropdownField::validate() with group validation support
|
||||||
|
*/
|
||||||
|
public function validate(Validator $validator) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user