Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting content blocks produces error #745

Open
tbodnya opened this issue Nov 3, 2014 · 0 comments
Open

Deleting content blocks produces error #745

tbodnya opened this issue Nov 3, 2014 · 0 comments
Assignees
Milestone

Comments

@tbodnya
Copy link
Member

tbodnya commented Nov 3, 2014

Happens in 4.0.0.rc1
Go to any custom content block's index page, check blocks that you want to delete and click delete. It gives you an error: no routes matches action index and controller "/<you content block's controller>" (Example: {:action => index and :controller => "ibo/articles"})

Fixed manually by overwriting a "bulk_update" method and changing redirect_to from ":action :index" to an actual path.

@tbodnya tbodnya added this to the 4.0.0 milestone Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants