Hey guys,
sorry to stress your patience again but I really suck at some of the TW things :/
Since I fixed my last problem by going another way I am now stuck with filters...
Tiddler 1:
hive-id: 2
tags: inspection
title: Inspection 1
Tiddler 2:
hive-id: 2
tags: hive
title: Hive 2
Which uses this template:
title: $:/plugins/beehive/templates/hive
tags: $:/tags/ViewTemplate
<$list filter="[is[current]tag[hive]]">
<<tabs "$:/plugins/beehive/views/listinspections $:/plugins/beehive/masks/newinspection" "$:/plugins/iceity/views/listinspections">>
Tiddler 3:
title: $:/plugins/beehive/views/listinspections
caption: List inspections
<<table [tag[inspection]hive-id{!!hive-id}] "title caption inspection-date inspection-type inspection-description" "UID Name Date Type Description">>
{!!hive-id}
My problem:
If I search by hand for: [tag[inspection]hive-id[2]] I get Tiddler 1 which is fine. But Tiddler 3 does not display Tiddler 1 even though the TextReference in the end returns a "2" which should end up in the filter as well.
My only clue is that the template for Tiddler 2 messes things up for the filter by changing the <<currentTiddler>> when tabbing stuff.
I hope there is still someone willing to help me out, my head is already spinning.
Thank you very much,
Tristan