mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
mass un/tagging now updates modified cards
This commit is contained in:
parent
a0a6df0f8e
commit
9a9082529b
1 changed files with 2 additions and 2 deletions
|
@ -1312,7 +1312,7 @@ where id = :id""", pending)
|
|||
cardIds = self.s.column0(
|
||||
"select id from cards where factId in %s" %
|
||||
ids2str(ids))
|
||||
self.updateCardQACacheFromCardIds(cardIds, type="facts")
|
||||
self.updateCardQACacheFromCardIds(ids, type="facts")
|
||||
self.updatePriorities(cardIds)
|
||||
self.flushMod()
|
||||
|
||||
|
@ -1340,7 +1340,7 @@ where id = :id""", pending)
|
|||
cardIds = self.s.column0(
|
||||
"select id from cards where factId in %s" %
|
||||
ids2str(ids))
|
||||
self.updateCardQACacheFromCardIds(cardIds, type="facts")
|
||||
self.updateCardQACacheFromCardIds(ids, type="facts")
|
||||
self.updatePriorities(cardIds)
|
||||
self.flushMod()
|
||||
|
||||
|
|
Loading…
Reference in a new issue