id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8567	javascript error when deleting test plans	mkc	seccanj	When attempting to remove a Test Plan, clicking the X button results in no action and the javascript console showing: "function _ is not defined".\r\n\r\nIt appears that _("...") style quoting is being used in the testmanager.js file in a few places.\r\n\r\nI 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:\r\n{{{\r\nfunction _(str) {\r\n    return str\r\n}\r\n}}}	defect	closed	normal	TestManagerForTracPlugin	normal	fixed			0.11
