Add missing `isSelectable` option property in ShowOrderFormField
authorMatthias Schmidt <gravatronics@live.com>
Fri, 12 Jul 2019 16:24:42 +0000 (18:24 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 12 Jul 2019 16:24:42 +0000 (18:24 +0200)
See #2973

wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php

index 703212bcf140400d1b8763c503109edc0b671e26..ff782ffefde4aa857874ee94ee17c6cd9c193fed 100644 (file)
@@ -77,6 +77,7 @@ class ShowOrderFormField extends SingleSelectionFormField {
                        array_unshift($this->nestedOptions, [
                                'depth' => 0,
                                'label' => WCF::getLanguage()->get('wcf.form.field.showOrder.firstPosition'),
+                               'isSelectable' => true,
                                'value' => 0
                        ]);