Ticket #10414 (assigned defect)

Opened 8 months ago

Last modified 8 months ago

tags not inherited correctly

Reported by: fommil Assigned to: airadier (accepted)
Priority: normal Component: ParametrizedTemplatesPlugin
Severity: normal Keywords:
Cc: hasienda Trac Release: 1.0

Description (Last modified by rjollos)

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

Change History

10/03/12 15:16:21 changed by airadier

  • status changed from new to assigned.

I will take a look.

10/03/12 15:46:15 changed by rjollos

  • description changed.

Add/Change #10414 (tags not inherited correctly)




Change Properties
Action