id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10476	Doesn't parse "inherit" configuration file	anonymous	robguttman	I'm using  Trac 0.12.3, and the plugin in trunk/0.11\r\nIt works on single project, but if I want to inherit settings from common settings projects it doesn't works..\r\n\r\nOn log it give me this error:\r\n\r\n\r\n{{{\r\n2012-10-12 12:32:56,311 Trac[main] ERROR: Internal Server Error:\r\nTraceback (most recent call last):\r\n  File "build/bdist.linux-i686/egg/trac/web/main.py", line 522, in _dispatch_request\r\n    dispatcher.dispatch(req)\r\n  File "build/bdist.linux-i686/egg/trac/web/main.py", line 243, in dispatch\r\n    resp = chosen_handler.process_request(req)\r\n  File "build/bdist.linux-i686/egg/dynfields/web_ui.py", line 51, in process_request\r\n    data = {'triggers':self._get_triggers(req)}\r\n  File "build/bdist.linux-i686/egg/dynfields/web_ui.py", line 57, in _get_triggers\r\n    opts = Options(self.env)\r\n  File "build/bdist.linux-i686/egg/dynfields/options.py", line 31, in __init__\r\n    for key in parser.options('ticket-custom'):\r\n  File "/usr/lib/python2.5/ConfigParser.py", line 241, in options\r\n    raise NoSectionError(section)\r\nNoSectionError: No section: 'ticket-custom'\r\n\r\n}}}\r\n\r\n\r\nmy prj settings, trac.ini:\r\n\r\n\r\n{{{\r\n\r\n\r\n[inherit]\r\nfile = trac_global.ini\r\n\r\n[logging]\r\nlog_level = INFO\r\nlog_type = file\r\n\r\n[project]\r\nname = xxx\r\nurl = xxx\r\n\r\n[trac]\r\ndatabase = xxx\r\n}}}\r\n\r\n\r\nmy global prj settings: trac_global.ini\r\n\r\n\r\n{{{\r\n\r\n...\r\n[components]\r\n...\r\ndynfields.* = enabled\r\n...\r\n\r\n...\r\n[header_logo]\r\n...\r\n\r\n[ticket-custom]\r\nkeywords.hide_always = true\r\n...\r\n\r\n[ticket-workflow]\r\n...\r\n}}}\r\n\r\n	defect	new	high	DynamicFieldsPlugin	blocker			giursino	0.12
