#10273 closed defect (duplicate)
Add tags to a PageTemplate
Reported by: | Sam Halliday | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | template |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
At the moment, if I create a PageTemplate and add a Tag (with this plugin) then any new pages based on that PageTemplate will NOT inherit the Tags.
I don't know if this is the responsibility of PageTemplate or with TagsPlugin, but it would be a really important feature for me.
e.g. it would allow me to look for all pages created using a certain template, by associating a tag with a template.
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Keywords: | template added |
Resolution: | → duplicate |
Status: | new → closed |
Well, it actually works for the current development code in trunk
and certainly will be part of next release tags-0.7
too.
What version did you use for testing? Did you check closed and pending tickets or recent commit history for TagsPlugin before submitting this ticket? You really should have done so, because you would have seen #3753 as well as hints, that this is has been finished in [10764].
If you continue to have issues even with latest code, please follow-up in #3753, please.
comment:3 Changed 12 years ago by
Thanks! Sorry I didn't check CLOSED tickets because I was working from the SVN. But actually I think I pulled a 0.11 branch so I missed these updates.
I should have read this before submitting - I haven't actually listed what I'd want to happen!
The RFE is: pages created using a PageTemplate will inherit the tags of that template.