Opened 12 years ago

Last modified 5 years ago

#10414 new defect

tags not inherited correctly — at Version 2

Reported by: Sam Halliday Owned by: Álvaro Iradier
Priority: normal Component: ParametrizedTemplatesPlugin
Severity: normal Keywords:
Cc: Steffen Hoffmann Trac Release: 1.0

Description (last modified by Ryan J Ollos)

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.

Change History (2)

comment:1 Changed 12 years ago by Álvaro Iradier

Status: newassigned

I will take a look.

comment:2 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.