From 502e2ab907e426e9fca3bae1cab001b3765e77c6 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Fri, 12 Jul 2019 18:24:42 +0200 Subject: [PATCH] Add missing `isSelectable` option property in ShowOrderFormField See #2973 --- .../lib/system/form/builder/field/ShowOrderFormField.class.php | 1 + 1 file changed, 1 insertion(+) 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 ]); -- 2.20.1