1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-22 23:16:53 +00:00

Fixed problem with rearranging $:/tags/PageControls/

This commit is contained in:
Jermolene 2013-12-01 13:25:48 +00:00
parent 7f4dffca77
commit a12310f225
2 changed files with 14 additions and 1 deletions

View File

@ -6,7 +6,7 @@ tags: $:/tags/PageTemplate
<div class="tw-subtitle">{{SiteSubtitle}}</div>
<div class="tw-page-controls">
<$list filter="[is[shadow]!has[draft.of]tag[$:/tags/PageControls]] [!is[shadow]!has[draft.of]tag[$:/tags/PageControls]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
<$list filter="[is[shadow]!has[draft.of]tag[$:/tags/PageControls]] [!is[shadow]!has[draft.of]tag[$:/tags/PageControls]] [tag[$:/tags/PageControls]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
</div>
{{$:/core/ui/SideBarLists}}

View File

@ -0,0 +1,13 @@
created: 20131201132300007
creator: JeremyRuston
modified: 20131201132331749
modifier: JeremyRuston
tags: releasenote
title: Release 5.0.0-alpha.18
type: text/vnd.tiddlywiki
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.17...v5.0.0-alpha.18]]//
!! Bug fixes
* Fixed bug that was preventing `$:/tags/PageControls` tiddlers from being rearranged