GithubHelp home page GithubHelp logo

Comments (5)

ihorchepurnyi avatar ihorchepurnyi commented on August 10, 2024

Hi, you can add some route via admin panel. Did you try it?

from yii2-rbac.

LordKino avatar LordKino commented on August 10, 2024

I do not see fields for adding a route in the interface:
https://ibb.co/jdii29
And in the view there is no input field:
`<?php
use yii\helpers\Html;
use yii\helpers\Json;
use yii2mod\rbac\RbacRouteAsset;

RbacRouteAsset::register($this);

/* @var $this yii\web\View /
/
@var $routes array */

$this->title = Yii::t('yii2mod.rbac', 'Routes');
$this->params['breadcrumbs'][] = $this->title;
$this->render('/layouts/_sidebar');

echo Html::encode($this->title);

echo Html::a(Yii::t('yii2mod.rbac', 'Refresh'), ['refresh'], [
'class' => 'btn btn-primary',
'id' => 'btn-refresh',
]);
echo $this->render('../_dualListBox', [
'opts' => Json::htmlEncode([
'items' => $routes,
]),
'assignUrl' => ['assign'],
'removeUrl' => ['remove'],
]); ?>
`

from yii2-rbac.

LordKino avatar LordKino commented on August 10, 2024

Which route I can use in the admin panel to add a new route?
/rbac/route does not allow to add.

from yii2-rbac.

strtob avatar strtob commented on August 10, 2024

I also missing available routes of new controller I've created last time. Also I've I press the refresh button, the new routes (controller actions) don't appear. I've got also no error return by the ajax request

from yii2-rbac.

NickGoodwind avatar NickGoodwind commented on August 10, 2024

Hello everyone I know it's been a while on this issue, but for anyone on the future that get's to this point I would like to share the resolution to the issue.

What you need to do to make this work is to change the AccessControl class inside all of your controllers from yii\filters\AccessControl to yii2mod\rbac\filters\AccessControl this way when you refresh the routes inside the rbac\route view you'll have all the controllers and respective views added to the manager.

I hope this works for everyone.

from yii2-rbac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.