Bug #47
Redirects table entries aren't being evaluated
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | frontend | |||
| Target version : | - | |||
| Resolution : | duplicate |
Description
The redirects table to_path pages aren't being hit. I believe the :from parameter that is being sent to the redirect controller (redirect action) is an array, when it is expected to be a path; because of this the find_by_from_path isn't returning any records.
Associated revisions
Refactoring for destroy actions in admin interface (fixes #47)