denny / ShinyCMS

ShinyCMS is an open source CMS. This is the Perl version, built with Catalyst and DBIC. (There is also a Ruby on Rails version: www.github.com/denny/ShinyCMS-ruby)
56 stars 24 forks source link

save user redirect is broken #57

Closed Hiranyaloka closed 9 years ago

Hiranyaloka commented 9 years ago

After editing a user, the save action redirects to a page that doesn't exist. Specifically:

/admin/user/user/2/edit --save--> /admin/user/edit/2

the /admin/user/edit/2 page doesn't exist.

denny commented 9 years ago

Fixed - thanks for the report.