mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:23:09 +02:00
Fix coloring broken for tags like columns
This commit is contained in:
parent
d38c3a9fd9
commit
191c68189c
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ def date_condition(self, col, action, val):
|
|||
val, lt, eq, gt)
|
||||
|
||||
def multiple_condition(self, col, action, val, sep):
|
||||
if sep == '|':
|
||||
sep = ','
|
||||
if action == 'is set':
|
||||
return "test(field('%s'), '1', '')"%col
|
||||
if action == 'is not set':
|
||||
|
|
|
|||
Loading…
Reference in a new issue