CodeBlastr / SYSTEM

Free Open Source Multi-Site CMS ( content management system ) built on the CakePHP rapid development MVC framework. Rapidly build large scale applications or use the numerous plugins like Project Management, Contact Relationship Management (CRM), Invoicing and more.
GNU General Public License v3.0
73 stars 33 forks source link

/categories/edit/{ID}/ does not redirect properly after save #6

Closed dotJoel closed 13 years ago

dotJoel commented 13 years ago

When editing a category at /categories/categories/edit/{ID}/ -- after a successful save, zuha currently redirects you to /categories/categories/view

Ideally, I feel that it should redirect you to /categories/categories/view/{ID}/ - or - whatever the previous page would be.

I haven't thought out the previous page idea.. either way, it shouldn't redirect you to /categories/categories/view after a save.

CodeBlastr commented 13 years ago

Yes there was an issue with a legacy field name. It has been resolved to redirect to /categories/categories/view/{ID}