Opened 16 years ago

Last modified 11 years ago

#2434 closed defect

javascript error when not configured...plus I can't configure it properly. — at Initial Version

Reported by: edunne Owned by: Noah Kantrowitz
Priority: normal Component: CondFieldsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Great idea for a plugin by the way. I just have to get it working properly.

When the plugin is enabled but the section [condfields] is missing (or there but not configured properly) I get a java script error.

Arguably the javascript should be happy and do nothing when the plugin is not configured properly.

The java script error is: Line: 220 Char: 13 Error: 'condfields[...]' is null or not an object Code: 0 URL : etc.

Using InternetExplorer 7.0.57.

Also the example on how to configure the plugin is not clear.

Say I have a ticket type called milestone_target and I only want a section called acceptance criteria to show up on that ticket type. So Trac.ini:

[components] condfields.web_ui.condfieldsmodule = enabled

[ticket-custom] acceptance = textarea acceptance.cols = 70 acceptance.label = Ticket Acceptance Criteria acceptance.order = 16 acceptance.rows = 10 acceptance.value =

[condfields] milestone_target = acceptance

??

Change History (0)

Note: See TracTickets for help on using tickets.