Ticket #796 (fixed enhancement)
Admin controllers
- Created: 2013-01-06 23:59:34
- Reported by: Franz
- Assigned to: Franz
- Milestone: 2.0-alpha2
- Component: code
- Priority: highest
We need a base controller for our admin controllers that we can just extend so that we get goodies like automatic permission checks.
Only users who are administrators (or moderators) should be able to access these controllers. This can be realized with before filters.
Also, please create controllers for every admin section (see this wiki page) - one each for dashboard and extensions, and one per subsection for the other sections.
History
Franz 2013-01-09 15:00:54

- Description changed. (Diff)
- Summary changed from Admin base controller to Admin controllers.
Franz 2013-01-16 00:04:42

I created a base controller now, because I needed one. It's empty, though, permission stuff is not being taken care of yet.