From 2608a323ebf3d8a8e925eda6d3a10ebb8f41d383 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 10 Mar 2014 19:40:07 +0000 Subject: [PATCH] Hide system tags from the sidebar tags list Part of #478 --- core/ui/ViewTemplate/tags.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/ViewTemplate/tags.tid b/core/ui/ViewTemplate/tags.tid index 8f2d1519c..f522c33ab 100644 --- a/core/ui/ViewTemplate/tags.tid +++ b/core/ui/ViewTemplate/tags.tid @@ -1,4 +1,4 @@ title: $:/core/ui/ViewTemplate/tags tags: $:/tags/ViewTemplate -
<$list filter="[is[current]tags[]sort[title]]" template="$:/core/ui/TagTemplate" storyview="pop"/>
+
<$list filter="[is[current]tags[]!is[system]sort[title]]" template="$:/core/ui/TagTemplate" storyview="pop"/>