Ticket #1440 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

filtering by modifier / creator is broken

Reported by: jdlrobson Owned by: JeremyRuston
Priority: minor Milestone: 2.6.3
Component: core Version:
Severity: low Keywords:
Cc:

Description

If I use the filter [modifier[jon]] it is currently returning no tiddlers.

Looking closer this appears to be due to TiddlyWiki.prototype.reverseLookup which treats the field name as a custom field in all cases except link and tags.

It should also support the default TiddlyWiki attributes. Suggested fix to be attached soon.

Attachments

1440.diff Download (4.7 KB) - added by jdlrobson 2 years ago.
note a slight change is needed to the list macro as the introduction of a link stops a tiddler from being an orphan (used in the list macro tests)

Change History

Changed 2 years ago by jdlrobson

note a slight change is needed to the list macro as the introduction of a link stops a tiddler from being an orphan (used in the list macro tests)

Changed 2 years ago by MartinBudden

  • priority changed from undefined to minor
  • status changed from new to closed
  • resolution set to fixed
  • severity changed from undefined to low
  • milestone set to 2.6.3

Fixed in changeset:12747

Note: See TracTickets for help on using tickets.