mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Have custom columns set is_csp to false when calling field_metadata
This commit is contained in:
parent
ffbab9ab52
commit
8c6eb94aa2
@ -188,7 +188,7 @@ class CustomColumns(object):
|
||||
table=tn, column='value', datatype=v['datatype'],
|
||||
colnum=v['num'], name=v['name'], display=v['display'],
|
||||
is_multiple=is_m, is_category=is_category,
|
||||
is_editable=v['editable'])
|
||||
is_editable=v['editable'], is_csp=False)
|
||||
|
||||
def get_custom(self, idx, label=None, num=None, index_is_id=False):
|
||||
if label is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user