id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
4003	Can't get HoursInPlaceEditor to work	anonymous	hoessler	I'm using trac 0.11.\r\nI've installed the requirement XmlRpcPlugin, and activated that component in my trac.ini.\r\n\r\nThe log file is not spitting out any errors for this.\r\nBut when I run my custom query\r\n{{{\r\nSELECT p.value AS __color__,\r\n   id AS ticket, summary, component, version, milestone, t.type AS type, \r\n   owner, status,\r\n   time AS created,\r\n   changetime AS _changetime, description AS _description,\r\n   reporter AS _reporter,\r\n   ifnull (tc.value,'') as Hrs\r\n  FROM ticket t\r\n  LEFT JOIN enum p ON p.name = t.priority AND p.type = 'priority'\r\n  LEFT JOIN ticket_custom tc ON tc.ticket = t.id and tc.name = 'estimatedhours'\r\n  WHERE status <> 'closed'\r\n  ORDER BY CAST(p.value AS int), milestone, t.type, time\r\n}}}\r\nI can't seem to be able to edit the hours that come up in the query result page.\r\n\r\nAny help would be appreciated. \r\nThanks.	defect	closed	normal	EstimationToolsPlugin	normal	invalid			0.11
