id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
8960,[PATCH] find children when using ChildTicketsPlugin,bof,ChrisNelson,I test using this plugin together with ChildTicketsPlugin.\r\n\r\nThat plugin uses '''parent''' custom field values including a pound sign ({{{#1234}}}).\r\n\r\nWhile the present code of this plugin handles that format upon _display__ it doesn't handle it when searching the database for the children of a given ticket.\r\n\r\nThe appended patch fixes that_ by providing a new configuration option_ '''parent_format'''_ to use like this:\r\n{{{\r\n[trac-jsgantt]\r\nfields.parent = parent\r\n; support ChildTicketsPlugin\r\nparent_format = #%s\r\n}}}\r\n\r\nThe option has a default {{{%s}}} which corresponds to the current use with plain ticket numbers in the custom field value.\r\n,defect,closed,normal,TracJsGanttPlugin,normal,fixed,,,0.11
