From a6c5f650cbb981c5e654f9be85289765ed6de1c3 Mon Sep 17 00:00:00 2001 From: liufee Date: Wed, 25 Dec 2019 21:50:33 +0800 Subject: [PATCH] fix:backend role view detail --- backend/controllers/RbacController.php | 1 + common/config/main.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/controllers/RbacController.php b/backend/controllers/RbacController.php index 9a9e77c1..90edaf90 100644 --- a/backend/controllers/RbacController.php +++ b/backend/controllers/RbacController.php @@ -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 */ diff --git a/common/config/main.php b/common/config/main.php index f368a9d8..90d49e09 100644 --- a/common/config/main.php +++ b/common/config/main.php @@ -1,7 +1,7 @@ 'Feehi CMS', - 'version' => '2.0.8', + 'version' => '2.0.8.1', 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'aliases' => [ '@bower' => '@vendor/bower-asset',