Modify ↓
#11014 closed defect (worksforme)
Hardcoded paths in fieldtootip.py do not exist in project directory structure
| Reported by: | anonymous | Owned by: | matobaa |
|---|---|---|---|
| Priority: | normal | Component: | FieldTooltipPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description (last modified by )
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
|- fieldtooltit
|-htdocs
|-dir1
|-blah.js
|-dir2
|-dir3
|- setup.py
In summary, jquerytools is missing.
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 13 years ago by
Could you try to restart your web server and report that reproduced or not
comment:3 Changed 11 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | assigned → closed |
comment:4 Changed 11 years ago by
| Description: | modified (diff) |
|---|
Note: See
TracTickets for help on using
tickets.



Unable to reproduce... they are in source:/fieldtooltipplugin/0.12/fieldtooltip/htdocs/jquerytools .