#1801 closed defect (fixed)
[patch]widget should cache template file based on templatePath
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when templatePath is available for a widget, the cache should use it as the cache key.
This fixes the issue that when a templatePath is set to first instance of a widget, all remaining widgets of same type in the same page will use this template, rather than the default one.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | 1801.patch added |
---|
comment:1 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|---|
Owner: | changed from bill to liucougar |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch looks good