Errors of the version 1.14.0

Here we describe the errors of the version 1.14.0
Discussion of company’s products and Yii framework
https://monoray.net/forum/
array('sorter, sub_type, parent_id', 'numerical', 'integerOnly'=>true),
array('sorter, parent_id', 'numerical', 'integerOnly'=>true),
array('id, sorter, date_updated, sub_type', 'safe', 'on'=>'search'),
array('id, sorter, date_updated', 'safe', 'on'=>'search'),
support wrote:A new Prosolution Plus review type can't be added.
In the file protected/modules/apartmentObjType/models/ApartmentObjType.php
find the line
- Code: Select all
array('sorter, sub_type, parent_id', 'numerical', 'integerOnly'=>true),
and change it to
- Code: Select all
array('sorter, parent_id', 'numerical', 'integerOnly'=>true),
then find the line
- Code: Select all
array('id, sorter, date_updated, sub_type', 'safe', 'on'=>'search'),
and change it to
- Code: Select all
array('id, sorter, date_updated', 'safe', 'on'=>'search'),