|
|
@@ -96,7 +96,7 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
$this->filterTypes = [
|
|
|
'TITLE'=> ['name'=> Yii::t('ctx', 'title')],
|
|
|
'CONTENT' => ['name'=> Yii::t('ctx', 'content')],
|
|
|
- 'COUNTRY'=> [
|
|
|
+ 'COUNTRY_ID'=> [
|
|
|
'name'=> \Yii::t('ctx', 'country'),
|
|
|
'other'=> 'select',
|
|
|
'selectData'=> self::getCountry()
|