mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Make sorting of options possible
Options are not sortable, please implement this change.
This commit is contained in:
parent
4e8e919c42
commit
9b5a3c2d67
@ -53,6 +53,7 @@ class EditableMultipleOptionField extends EditableFormField {
|
||||
->addComponents(
|
||||
new GridFieldToolbarHeader(),
|
||||
new GridFieldTitleHeader(),
|
||||
new GridFieldOrderableRows('Sort'),
|
||||
$editableColumns,
|
||||
new GridFieldButtonRow(),
|
||||
new GridFieldAddNewInlineButton(),
|
||||
|
Loading…
Reference in New Issue
Block a user