mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Bug #1997926: in_tag_browser appears in Search & Replace
This commit is contained in:
parent
bfb5a2546e
commit
eb1858165a
@ -636,7 +636,7 @@ class MetadataBulkDialog(QDialog, Ui_MetadataBulkDialog):
|
|||||||
if (f in ['author_sort'] or
|
if (f in ['author_sort'] or
|
||||||
(fm[f]['datatype'] in ['text', 'series', 'enumeration', 'comments', 'rating'] and
|
(fm[f]['datatype'] in ['text', 'series', 'enumeration', 'comments', 'rating'] and
|
||||||
fm[f].get('search_terms', None) and
|
fm[f].get('search_terms', None) and
|
||||||
f not in ['formats', 'ondevice', 'series_sort']) or
|
f not in ['formats', 'ondevice', 'series_sort', 'in_tag_browser']) or
|
||||||
(fm[f]['datatype'] in ['int', 'float', 'bool', 'datetime'] and
|
(fm[f]['datatype'] in ['int', 'float', 'bool', 'datetime'] and
|
||||||
f not in ['id', 'timestamp'])):
|
f not in ['id', 'timestamp'])):
|
||||||
self.all_fields.append(f)
|
self.all_fields.append(f)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user