Modify ↓
Opened 10 years ago
#11926 new defect
Doesn't work with single Trac environment
Reported by: | Jun Omae | Owned by: | Takanori Suzuki |
---|---|---|---|
Priority: | normal | Component: | TicketExtPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
If Trac is running with single environment, e.g. tracd -s $TRACENV
, the plugin will request http://ticketext/template?....
.
-
ticketext/htdocs/ticketext.js
86 86 "field_owner", "field_type", "field_priority", "field_milestone", 87 87 "field_component", "field_version", "field_severity", "field_keywords", "field_cc"]; 88 88 89 if (baseUrlValue) { 90 this.baseUrl = baseUrlValue; 91 } 89 this.baseUrl = baseUrlValue; 92 90 }; 93 91 94 92 /**
Attachments (0)
Note: See
TracTickets for help on using
tickets.