add_status_to_project_index

This commit is contained in:
SoHardKI
2019-07-02 17:35:39 +03:00
parent 45dcde26ae
commit 9affc6b402
7 changed files with 62 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class StatusSearch extends Status
]);
$query->andFilterWhere(['like', 'name', $this->name]);
// Debug::dd($query->all());
return $dataProvider;
}
}