Modify ↓
Opened 18 years ago
Closed 18 years ago
#412 closed defect (fixed)
_add_js_footer
Reported by: | James Mills | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | highest | Component: | CtxtnavAddPlugin |
Severity: | blocker | Keywords: | _add_js_footer, 0.9 |
Cc: | Trac Release: | 0.9 |
Description
Running r824 of the 0.9 branch produces:
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler dispatch_request(mpr.path_info, mpr, env) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 100, in dispatch chrome.populate_hdf(req, chosen_handler) File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 250, in populate_hdf for category, name, text in contributor.get_navigation_items(req): File "build/bdist.linux-i686/egg/ctxtnavadd/web_ui.py", line 31, in get_navigation_items File "build/bdist.linux-i686/egg/ctxtnavadd/web_ui.py", line 70, in _add_js_inc File "/usr/lib/python2.4/site-packages/trac/core.py", line 165, in __getattr__ raise AttributeError, "'%s' object has no attribute '%s'" % (cls, name) AttributeError: 'ctxtnavadd.web_ui.CtxtnavAddModule' object has no attribute '_add_js_footer'
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [828]) Oops, forgot to change this. Closes #412.