This commit is contained in:
Kovid Goyal 2016-01-16 18:04:57 +05:30
commit 3372b45451

View File

@ -24,7 +24,8 @@ class TagEditor(QDialog, Ui_TagEditor):
# Assume that if given a key then it is a custom column
try:
self.is_names = db.field_metadata[key]['display'].get('is_names', False)
self.sep = '&'
if self.is_names:
self.sep = '&'
except Exception:
pass
key = db.field_metadata.key_to_label(key)