From: Matthias Schmidt Date: Fri, 12 Jul 2019 16:24:42 +0000 (+0200) Subject: Add missing `isSelectable` option property in ShowOrderFormField X-Git-Tag: 5.2.0_Alpha_2~21 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=502e2ab907e426e9fca3bae1cab001b3765e77c6;p=GitHub%2FWoltLab%2FWCF.git Add missing `isSelectable` option property in ShowOrderFormField See #2973 --- diff --git a/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php index 703212bcf1..ff782ffefd 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php @@ -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 ]);