Modify ↓
Opened 11 years ago
Closed 11 years ago
#11487 closed defect (worksforme)
ITemplateProvider not implemented by all admin panels, leading to HTTP 404 / templating errors.
Reported by: | anonymous | Owned by: | Dirk Stöcker |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | plugin/spamfilter | Version: | 1.0.1 |
Severity: | normal | Keywords: | |
Cc: | pierre-yves@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Only the main configuration admin panel is implementing the ITemplateProvider interface.
I join a patch against r12482 that fixes my problem locally. This patch simply pulls out the ITemplateProvider implementation from SpamFilterAdminPageProvider; implementation then reused, as a mixin, by all admin panel providers.
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | patch-r12482.patch added |
---|
comment:1 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
When the main admin panel is enabled, then all work as expected of course.
This is more a deficiency in not having components dependencies in Trac.