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)
58 stars 24 forks source link

Edit Shop Category, Blank URL Name Causes Non-User-Recoverable Error #40

Closed wbraswell closed 9 years ago

wbraswell commented 10 years ago

The Edit Shop Category page allows a blank value to be passed in the URL Name field, which in turn stores a blank value in the database and causes all related URLs to be messed up. CMS admins can't even fix the error by re-editing the category, because the edit page is no longer available at any real URL.

I had to manually fix the entry in the "shop_category" table of the database.

denny commented 9 years ago

Fixed.

wbraswell commented 9 years ago

Wow, great, thanks!

denny commented 9 years ago

Better late than never. ;)