-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I add my route to the list of routes? #30
Comments
Hi, you can add some route via admin panel. Did you try it? |
I do not see fields for adding a route in the interface: RbacRouteAsset::register($this); /* @var $this yii\web\View / $this->title = Yii::t('yii2mod.rbac', 'Routes'); echo Html::encode($this->title); echo Html::a(Yii::t('yii2mod.rbac', 'Refresh'), ['refresh'], [ |
Which route I can use in the admin panel to add a new route? |
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 |
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 I hope this works for everyone. |
In the configuration file, I can specify the route:
How to add them to the list of yii2mod routes?
The text was updated successfully, but these errors were encountered: