Skip to content
Snippets Groups Projects
Commit d763c89a authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #1428

parent 19a470f6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ class Admin::Communication::Websites::Agenda::EventsController < Admin::Communic
load_and_authorize_resource class: Communication::Website::Agenda::Event,
through: :website
before_action :load_categories, only: [:new, :edit]
before_action :load_categories, only: [:new, :edit, :create, :update]
def index
@events = apply_scopes(@events).for_language(current_website_language).ordered_desc.page params[:page]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment