Opened 12 years ago
Last modified 5 years ago
#10414 new defect
tags not inherited correctly
Reported by: | Sam Halliday | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ParametrizedTemplatesPlugin |
Severity: | normal | Keywords: | |
Cc: | Steffen Hoffmann | Trac Release: | 1.0 |
Description (last modified by )
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.
BACKGROUND: I have created a few HTML input boxes like this, which
make use of your excellent /newpage/
handler:
<form name="input" action="/newpage"> <input type="text" name="page" /> <input type="hidden" name="tags" value="tag_i_really_want" /> <input type="submit" name="template" value="Idea" /> </form>
If I do not include the "hidden" (tags) field, then the newly created page will inherit from the template and everything works as expected. However, including the tags field, the tags value which is passed to the new wiki page is empty (neither the template nor my explicit value is included).
Please support either: explicit "tags" parameters to add to the template OR explicit "tags" override the template value.
This requires the development branch (0.7+) of tagsplugin.
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 5 years ago by
Owner: | Álvaro Iradier deleted |
---|---|
Status: | assigned → new |
I will take a look.