We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbfb0c commit a6c5f65Copy full SHA for a6c5f65
backend/controllers/RbacController.php
@@ -140,6 +140,7 @@ public function actions()
140
],
141
'role-view-layer' => [
142
'class' => ViewAction::className(),
143
+ 'viewFile' => 'role-view-layer',
144
'model' => function(){
145
$name = Yii::$app->getRequest()->get("name", "");
146
/** @var RbacForm $model */
common/config/main.php
@@ -1,7 +1,7 @@
1
<?php
2
return [
3
'name' => 'Feehi CMS',
4
- 'version' => '2.0.8',
+ 'version' => '2.0.8.1',
5
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
6
'aliases' => [
7
'@bower' => '@vendor/bower-asset',
0 commit comments