mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-10 18:58:09 +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
@@ -65,6 +65,7 @@ $value={{$:/temp/newfieldvalue}}/>
|
||||
<$button popup=<<qualify "$:/state/popup/field-dropdown">> class="tc-btn-invisible tc-btn-dropdown" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>
|
||||
<$reveal state=<<qualify "$:/state/popup/field-dropdown">> type="nomatch" text="" default="">
|
||||
<div class="tc-block-dropdown tc-edit-type-dropdown">
|
||||
<$set name="tv-hide-missing-links" value="no">
|
||||
<$linkcatcher to="$:/temp/newfieldname">
|
||||
<div class="tc-dropdown-item">
|
||||
<<lingo Fields/Add/Dropdown/User>>
|
||||
@@ -83,6 +84,7 @@ $value={{$:/temp/newfieldvalue}}/>
|
||||
</$link>
|
||||
</$list>
|
||||
</$linkcatcher>
|
||||
</$set>
|
||||
</div>
|
||||
</$reveal>
|
||||
<span class="tc-edit-field-add-value">
|
||||
|
||||
Reference in New Issue
Block a user