mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
don't remove from dyn deck when burying
This commit is contained in:
parent
5c8b7e2a00
commit
acae66d60e
1 changed files with 0 additions and 2 deletions
|
@ -1198,8 +1198,6 @@ your short-term review workload will become."""))
|
||||||
self.col.setDirty()
|
self.col.setDirty()
|
||||||
cids = self.col.db.list(
|
cids = self.col.db.list(
|
||||||
"select id from cards where nid = ? and queue >= 0", nid)
|
"select id from cards where nid = ? and queue >= 0", nid)
|
||||||
self.remFromDyn(cids)
|
|
||||||
self.removeFailed(cids)
|
|
||||||
self.col.db.execute("update cards set queue = -2 where id in "+ids2str(cids))
|
self.col.db.execute("update cards set queue = -2 where id in "+ids2str(cids))
|
||||||
|
|
||||||
# Resetting
|
# Resetting
|
||||||
|
|
Loading…
Reference in a new issue