id summary reporter owner description type status priority component severity resolution keywords cc release 8567 javascript error when deleting test plans Michael Ching Roberto Longobardi "When attempting to remove a Test Plan, clicking the X button results in no action and the javascript console showing: ""function _ is not defined"". It appears that _(""..."") style quoting is being used in the testmanager.js file in a few places. I am not familiar enough with javascript to know if this is supposed to work (I assume it is meant to be for localization?), but adding a dummy function declaration to the top of the .js file fixed this for me: {{{ function _(str) { return str } }}}" defect closed normal TestManagerForTracPlugin normal fixed 0.11