mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-22 01:08:44 +00:00
Add tv-override-missing-links to fix links to missing tiddlers (#3530)
* add tv-override-missing-links variable this lets us set `tv-override-missing-links` true so that we can fix edge cases like the `Filter` dropdown in the `Advanced Search` when `enable missing links` is unchecked in the `Settings` tab of the Control Panel * add tv-override-missing-links to filter dropdown * add tv-override-missing-links to type dropdown * add tv-override-missing-links to fieldname dropd * add tv-override-missing-links to TagManager(icons) * undo tv-override-missing-links TagManager not needed here * Update link.js * Update dropdown.tid * Update fields.tid * Update type.tid * Update dropdown.tid * Update link.js * simplify all together * add tv-hide-missing-links to pagetemplate * do we need to refresh here... ... if the variable gets set on top of the pagetemplate?
This commit is contained in:
committed by
Jeremy Ruston
parent
f32cb52ba6
commit
3f91d5b3a1
@@ -8,6 +8,7 @@ tags: $:/tags/AdvancedSearch/FilterButton
|
||||
</span>
|
||||
|
||||
<$reveal state=<<qualify "$:/state/filterDropdown">> type="popup" position="belowleft" animate="yes">
|
||||
<$set name="tv-hide-missing-links" value="no">
|
||||
<$linkcatcher to="$:/temp/advancedsearch">
|
||||
<div class="tc-block-dropdown-wrapper">
|
||||
<div class="tc-block-dropdown tc-edit-type-dropdown">
|
||||
@@ -16,4 +17,5 @@ tags: $:/tags/AdvancedSearch/FilterButton
|
||||
</div>
|
||||
</div>
|
||||
</$linkcatcher>
|
||||
</$set>
|
||||
</$reveal>
|
||||
|
||||
Reference in New Issue
Block a user