mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Search/Replace: Permit .* to match empty tag like columns. Fixes #840517 (empty fields are not populated using regex in massedit)
This commit is contained in:
commit
d651e1911a
@ -535,6 +535,8 @@ class MetadataBulkDialog(ResizableDialog, Ui_MetadataBulkDialog):
|
||||
val = [v.replace('|', ',') for v in val]
|
||||
else:
|
||||
val = []
|
||||
if not val:
|
||||
val = ['']
|
||||
return val
|
||||
|
||||
def s_r_display_bounds_changed(self, i):
|
||||
|
Loading…
x
Reference in New Issue
Block a user