Ticket #1060 (new defect)
refresh for <<tiddler xxx##yyy>>
| Reported by: | ry | Owned by: | JeremyRuston |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.7.1 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description (last modified by FND) (diff)
When include a section yyy of tiddler xxx by using marco <<tiddler xxx##yyy>> in tiddler zzz, and update tiddler xxx later, the included section in zzz doesn't refresh.
the following change may fix this problem:
content: function(e,changeList)
{
// add .split(/##/)[0]; to get tiddler title only
// var title = e.getAttribute("tiddler");
var title = e.getAttribute("tiddler").split(/##/)[0];
var force = e.getAttribute("force");
Change History
Note: See
TracTickets for help on using
tickets.
