when determining which card templates to use, replace text: too

This commit is contained in:
Damien Elmes 2010-10-18 11:34:02 +09:00
parent 8df9111b50
commit 747a28556a

View file

@ -1096,7 +1096,7 @@ and due < :now""" % self.forceIndex("ix_cards_priorityDue"), now=time.time())
for k in fact.keys():
empty[k] = u""
empty["text:"+k] = u""
local["text:"+k] = u""
local["text:"+k] = local[k]
empty['tags'] = ""
local['tags'] = fact.tags
try: