Opened 10 years ago
Last modified 9 years ago
#11014 closed defect
Hardcoded paths in fieldtootip.py do not exist in project directory structure — at Initial Version
| Reported by: | anonymous | Owned by: | matobaa |
|---|---|---|---|
| Priority: | normal | Component: | FieldTooltipPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
The code in filter_stream(...) function is using hardcoded strings representing file paths which do not exist in the project structure, resulting in failure of certain ticket-related pages to load.
line 75: add_script(req, 'fieldtooltip/jquerytools/jquery.tools.min.js')
line 76: add_script(req, 'fieldtooltip/jquerytools/enabler.js')
line 77: add_stylesheet(req, 'fieldtooltip/jquerytools/jquery_tools_tooltip.css')
Current directory structure:
0.12
In summary, 'jquerytools' is missing.
Note: See
TracTickets for help on using
tickets.


