Quote from: rthrash at Sep 27, 2006, 12:38 AM
Kyle... how do you access deleting categories? I see the delete category processor and action in the main manager index file, but no way to trigger it from the interface.
While on the categories page you should see a link to delete next to each category. I will have to look into this sometime later tonight though, maybe all my changes didn’t get merged in???
Quote from: sottwell at Sep 27, 2006, 12:51 AM
I would presume that deleting categories would have to follow somewhat the same model as deleting TVs or templates, with code to at least give a warning for categories that still have items using them?
I didn’t build in any checking, it just delets the category from the table and resets the items attached to that category. This can be changed but I didn’t think it was necessary since it doesn’t delete any snippets, modules, etc...
Quote from: sottwell at Sep 27, 2006, 12:51 AM
Also, I see that the permissions check uses "edit" permissions. This would produce the same issue that I ran into with moving items, it allows users with minimal "viewing" permissions to actually delete categories. It should use "save" permissions instead.
I will get this changed later tonight, thanks for the notice.