You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it's not doing anything.. I have tried to replace the Dashboard/Dashboard with Dashboard\Dashboard but still nothing.. lastly I tried to do ':indexAction$' instead of the FQCN but still nothing it let's me in right away..
Is there something that I am missing to configure this? It was working fine with the annotations.
Update on this, I upgraded to jms/security-extra-bundle 1.6.0 (dev-master) and now it is doing something.. but it's not matching the routes properly...I have a controller /src/AppBundle/Controller/Dashboard/DashboardController.php with an indexAction... since it has a subfolder I am not sure how to exactly match that action
I also have to be clearing cache everytime I make a change in order to see it.. don't know if that's normal.
I am cleaning up several peaces of my application and I am trying to move from having the @ PreAuthorize annotation to use the YML method..
I have the following configuration:
but it's not doing anything.. I have tried to replace the Dashboard/Dashboard with Dashboard\Dashboard but still nothing.. lastly I tried to do ':indexAction$' instead of the FQCN but still nothing it let's me in right away..
Is there something that I am missing to configure this? It was working fine with the annotations.
"symfony/symfony": "2.8.9"
"jms/security-extra-bundle": "^1.5",
PHP Version is 5.6.24
The text was updated successfully, but these errors were encountered: