Commit 308598c2bbca43cc9ff6f4d2dd1cc0267c273cb1

Authored by Alexey Boroda
1 parent 1f4892af

-Variants creation ready for test

Showing 1 changed file with 4 additions and 5 deletions   Show diff stats
labels/controllers/DeliveryController.php
... ... @@ -153,6 +153,10 @@
153 153 'type' => Form::BOOL,
154 154 ],
155 155 [
  156 + 'name' => 'default',
  157 + 'type' => Form::BOOL,
  158 + ],
  159 + [
156 160 'name' => 'sort',
157 161 'type' => Form::NUMBER,
158 162 ],
... ... @@ -160,11 +164,6 @@
160 164 'name' => 'value',
161 165 'type' => Form::NUMBER,
162 166 ],
163   - [
164   - 'name' => 'default',
165   - 'type' => Form::BOOL,
166   - ],
167   -
168 167 ],
169 168 ];
170 169 }
... ...