Ticket #1060 (new defect)

Opened 4 years ago

Last modified 3 years ago

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

Changed 4 years ago by FND

  • severity changed from undefined to low
  • description modified (diff)
  • milestone set to 2.5.2

Changed 4 years ago by FND

  • milestone changed from 2.5.3 to 2.6

Changed 3 years ago by MartinBudden

  • milestone changed from 2.6.2 to 2.7.1

Milestone 2.6.2 deleted

Note: See TracTickets for help on using tickets.