DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 21 forks source link

Error with @security tag and expression-language #110

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

Current Behavior

When launching the project and running the Behat tests, once logged in we encountered the following error problem security symfony

How to reproduce

Bug Report: Symfony error when trying to access a page with a security role

Scenario: User select Organizations Then a Symfony error appears on the screen

Expected behavior

The page should load correctly

Expected Scenario

Bug Report: Symfony error when trying to access a page with a security role

Scenario: User select Organizations Given the user is connected with a role_user Then the Organizations page load

Possible solutions

The cause was there must have been a mismatch rebase on the composer.lock, the part with expression-language is not in it whereas the composer.json set it

tdutrion commented 5 years ago

No need to be logged in, just access any secured page and you get the error. No relation to the login status.