Skip to content

Commit

Permalink
fix:backend role view detail
Browse files Browse the repository at this point in the history
  • Loading branch information
liufee committed Dec 25, 2019
1 parent ecbfb0c commit a6c5f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/controllers/RbacController.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public function actions()
],
'role-view-layer' => [
'class' => ViewAction::className(),
'viewFile' => 'role-view-layer',
'model' => function(){
$name = Yii::$app->getRequest()->get("name", "");
/** @var RbacForm $model */
Expand Down
2 changes: 1 addition & 1 deletion common/config/main.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'name' => 'Feehi CMS',
'version' => '2.0.8',
'version' => '2.0.8.1',
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'aliases' => [
'@bower' => '@vendor/bower-asset',
Expand Down

0 comments on commit a6c5f65

Please sign in to comment.