Skip to content

Commit

Permalink
Do show empty ticklers on grouped by contact tickler dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbaird committed Sep 15, 2010
1 parent d5833f2 commit a381149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.rb
Expand Up @@ -7,7 +7,7 @@
require 'r4tw'
require 'fileutils'

$version_number = '3.1.8a';
$version_number = '3.1.8b';

required = [

Expand Down Expand Up @@ -216,7 +216,7 @@ def get_sections
http://previous.townsville.qld.gov.au/theatre/TheatreSeason.asp
''')

add_tiddler_from_scratch('tiddler' => 'Okay to donate blood again', 'tags' => "Tickler Personal Enabled", 'text' => '', 'mgtd_date' => '201007140200' )
add_tiddler_from_scratch('tiddler' => 'Okay to donate blood again', 'tags' => "Tickler Personal Enabled", 'text' => '', 'mgtd_date' => '201101140200' )


#############
Expand Down
2 changes: 0 additions & 2 deletions globalviews/Tickler Dashboard by Contact.tiddler
Expand Up @@ -30,7 +30,6 @@
newButtonTags:'Tickler Enabled Once'
where:'tiddler.ticklerWillBeActiveWithin(7)'
sort:'tickleDate'
dontShowEmpty:yes
ignoreRealm:{{config.mGTD.getOptChk('AlertsIgnoreRealm')?'yes':''}}
>>

Expand All @@ -49,7 +48,6 @@
newButtonTags:'Tickler Enabled Once'
where:'(!tiddler.fields.mgtd_date || !tiddler.ticklerIsActive()) && !tiddler.ticklerWillBeActiveWithin(7)'
sort:'tickleDate'
dontShowEmpty:yes
ignoreRealm:{{config.mGTD.getOptChk('AlertsIgnoreRealm')?'yes':''}}
>>

Expand Down

0 comments on commit a381149

Please sign in to comment.