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 22 forks source link

Problem on ROLE_ADMIN for create Talk #178

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

Current Behavior

The ROLE ADMIN entered for the action Talk Create is @Security("is_granted('ROROLE_ADMIN')")

How to reproduce scenario

Scenarios have to be presented using the Gherkin syntax. You can follow this example :

Bug Report : Access denied error

Scenario: User select add a talk Given the user is connected with a role_admin Then the user get an "Access Denied" error

Expected behavior

Get on the "Add a talk" Page

Expected Scenario

Scenarios have to be presented using the Gherkin syntax. You can follow this example :

Bug Report : No confirmation message when creating a Benefit

Scenario: User select add a talk Given the user is connected with a role_admin Then the user is redirected to the page talk/create

Possible solutions

change ROROLE_ADMIN to ROLE_ADMIN on Talk/create.php