Quote:
Originally Posted by ownedbycats
The #genres columns - main thing is if I switch between, say Fanfiction and Read/Unread too quickly, they start displaying the wrong entries for that VL (combined or only cleaned_tags) -- I'm guessing something to do with the caching, because re-saving the template recalculates them all. F5 doesn't fix this, nor does re-searching.
|
Does selecting all books, doing a bulk edit metadata, changing nothing, then pressing OK fix it? If so then the problem could be related to the GUI caches. I have no idea what view manager does, but it probably should do IIRC a
Code:
gui.current_db().refresh()
EDIT: Don't know whether action chains does anything special.
EDIT2: you might need to check the "Refresh book list after edit" in the bulk dialog for 'correction' to work.