Skip to content

Commit a6c5f65

Browse files
committed
fix:backend role view detail
1 parent ecbfb0c commit a6c5f65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

backend/controllers/RbacController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public function actions()
140140
],
141141
'role-view-layer' => [
142142
'class' => ViewAction::className(),
143+
'viewFile' => 'role-view-layer',
143144
'model' => function(){
144145
$name = Yii::$app->getRequest()->get("name", "");
145146
/** @var RbacForm $model */

common/config/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
33
'name' => 'Feehi CMS',
4-
'version' => '2.0.8',
4+
'version' => '2.0.8.1',
55
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
66
'aliases' => [
77
'@bower' => '@vendor/bower-asset',

0 commit comments

Comments
 (0)