Commit b0524955 by Serge Postrash

Http status codes are hardcoded in filter

Manifest was not passed to view as was expected according to phpdoc. We need it to extract status codes for filter.
parent 7e19f799
......@@ -60,6 +60,7 @@ class DefaultController extends Controller
'panels' => $this->module->panels,
'dataProvider' => $dataProvider,
'searchModel' => $searchModel,
'manifest' => $this->getManifest(),
]);
}
......
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