Skip to content

Deleting content blocks produces error #745

@tbodnya

Description

@tbodnya

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions