Opened 4 years ago
Last modified 3 years ago
#18951 new defect
Error parsing dtl templates
Reported by: | pinguxx | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.14 |
Component: | DojoX DTL | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A widget with a dtl template that has widgets inside and loads _WidgetsInTemplateMixin stopped creating the widgets
Looks like _WidgetsInTemplateMixin remove the widgetsInTemplate: true attribute but the dtl still looks for it in _Templated.js line 62
Change History (4)
comment:1 Changed 4 years ago by
comment:2 Changed 4 years ago by
Milestone: | tbd → 1.12.2 |
---|
comment:3 Changed 4 years ago by
Milestone: | 1.12.2 → 1.12.3 |
---|---|
Priority: | undecided → high |
comment:4 Changed 3 years ago by
Milestone: | 1.12.3 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
Agreed, I removed the widgetsInTemplate property in 4aa5ea0b3c82a0c4accf6ce184dd842861caf08b but didn't update DTL. Sorry about that.