id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10414	tags not inherited correctly	fommil	airadier	I think I've found a defect in either ParametrizedTemplatesPlugin or the TagsPlugin. hasienda thinks TagsPlugin is working OK but doesn't use ParametrizedTemplatesPlugin so is unable to check.\r\n\r\nBACKGROUND: I have created a few HTML input boxes like this, which\r\nmake use of your excellent `/newpage/` handler:\r\n\r\n{{{\r\n#!text/html\r\n<form name="input" action="/newpage"> <input type="text"\r\nname="page" /> <input type="hidden" name="tags"\r\nvalue="tag_i_really_want" /> <input type="submit" name="template"\r\nvalue="Idea" /> </form>\r\n}}}\r\n\r\nIf I do not include the "hidden" (tags) field, then the newly created\r\npage will inherit from the template and everything works as expected.\r\nHowever, including the tags field, the tags value which is passed to\r\nthe new wiki page is empty (neither the template nor my explicit\r\nvalue is included).\r\n\r\nPlease support either: explicit "tags" parameters to add to the\r\ntemplate OR explicit "tags" override the template value.\r\n\r\nThis requires the development branch (0.7+) of tagsplugin.\r\n	defect	assigned	normal	ParametrizedTemplatesPlugin	normal			hasienda	1.0
