Skip to content
Snippets Groups Projects
Unverified Commit 5f0cf242 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

[skip ci] fix redirect on post category destroy

parent d5a0a2ec
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class Admin::Communication::Websites::Posts::CategoriesController < Admin::Commu
def destroy
@category.destroy
redirect_to admin_communication_website_categories_url, notice: t('admin.successfully_destroyed_html', model: @category.to_s)
redirect_to admin_communication_website_post_categories_url, notice: t('admin.successfully_destroyed_html', model: @category.to_s)
end
protected
......
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