Ticket #690 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Tiddler refresh mechanism problem with missing tiddlers

Reported by: JeremyRuston Owned by: JeremyRuston
Priority: undefined Milestone: 2.4.1
Component: core Version:
Severity: undefined Keywords:
Cc:

Description

In a PageTemplate?, you can include markup like the following to cause an HTML element to be populated by the wikified form of a specified tiddler. For example:

<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>

Currently, if the tiddler doesn't exist, then the title of the tiddler is substituted. This is a bug; the correct behaviour should be to leave the element blank.

Attachments

ticket690.patch Download (0.5 KB) - added by JeremyRuston 2 years ago.

Change History

Changed 2 years ago by JeremyRuston

Changed 2 years ago by MartinBudden

  • status changed from new to closed
  • resolution set to fixed

Fixed in changeset:5871

Note: See TracTickets for help on using tickets.