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

Shop items with no category are not visible in admin area #77

Open denny opened 4 years ago

denny commented 4 years ago

The shop item list page in the admin area groups the items by category. This means that if an item has no categories set then it disappears from the admin view, which is hard to fix without URL munging or sticking your fingers in the database.

Proposed fix; create an 'Uncategorised' pseudo-category at the end of the page and display any such items there.