- fix

parent 9b224c9b
...@@ -35,7 +35,7 @@ return [ ...@@ -35,7 +35,7 @@ return [
'items' => ['active' => 'Активен', 'hidden' => 'Скрыт'], 'items' => ['active' => 'Активен', 'hidden' => 'Скрыт'],
'class' => 'form-control' 'class' => 'form-control'
], ],
'priority' => ['type' => 'textarea', 'class' => 'form-control'], 'priority' => ['type' => 'text', 'class' => 'form-control'],
// 'rate_usability' => [ // 'rate_usability' => [
// 'type' => 'dropdownlist', // 'type' => 'dropdownlist',
// 'items' => Reviews::getSource('rate_usability'), // 'items' => Reviews::getSource('rate_usability'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment