mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 02:06:12 +01:00
Bug 1957122: Search results after updating composite column
This commit is contained in:
parent
a0ebf203a6
commit
06b366fae2
1 changed files with 2 additions and 1 deletions
|
|
@ -1122,7 +1122,8 @@ def set_custom_column_data(self, row, colhead, value):
|
|||
disp['composite_template'] = tmpl
|
||||
self.db.set_custom_column_metadata(cc['colnum'], display=disp,
|
||||
update_last_modified=True)
|
||||
self.refresh(reset=True)
|
||||
self.refresh(reset=False)
|
||||
self.research(reset=True)
|
||||
return True
|
||||
|
||||
id = self.db.id(row)
|
||||
|
|
|
|||
Loading…
Reference in a new issue