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

     
    8686                             "field_owner", "field_type", "field_priority", "field_milestone",
    8787                             "field_component", "field_version", "field_severity", "field_keywords",                             "field_cc"];
    8888
    89     if (baseUrlValue) {
    90         this.baseUrl = baseUrlValue;
    91     }
     89    this.baseUrl = baseUrlValue;
    9290};
    9391
    9492/**

Attachments (0)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Takanori Suzuki.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.