mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #1197 from dhensby/patch-2
Remove redundant extraClasses from FieldActions
This commit is contained in:
commit
813730b96e
@ -121,10 +121,6 @@ class FormAction extends FormField {
|
||||
return $this->useButtonTag;
|
||||
}
|
||||
|
||||
public function extraClass() {
|
||||
return 'action ' . parent::extraClass();
|
||||
}
|
||||
|
||||
/**
|
||||
* Does not transform to readonly by purpose.
|
||||
* Globally disabled buttons would break the CMS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user