Commit 735ec52f authored by Kevin Gebauer's avatar Kevin Gebauer

changed filter condition from template dropdown

parent c20bc1ad
......@@ -107,7 +107,7 @@ class WidgetContent extends WidgetModel
->andFilterWhere(['like', 'access_read', $this->access_read])
->andFilterWhere(['like', 'access_update', $this->access_update])
->andFilterWhere(['like', 'access_delete', $this->access_delete])
->andFilterWhere(['like', 'template.name', $this->getAttribute('template.name')]);
->andFilterWhere(['template.name' => $this->getAttribute('template.name')]);
return $dataProvider;
}
......
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