Closed
Bug 496133
Opened 16 years ago
Closed 15 years ago
Clean up beforeFilter()
Categories
(addons.mozilla.org Graveyard :: Administration, enhancement)
addons.mozilla.org Graveyard
Administration
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wenzel, Unassigned)
References
Details
Apparently, a lot of controllers override the app_controller's beforeFilter() but do not call parent::beforeFilter (bug 495914 comment 5).
Because of that, we don't have a good place to add global controller code, such as the advanced search logic from the aforementioned bug.
We should clean this up, call our parents more often (uhm...) and move the redundant code into the app_controller.
Reporter | ||
Comment 1•15 years ago
|
||
-> realignment
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•