mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 05:37:12 -05:00
reenable removal of suspended tag
This commit is contained in:
parent
3270417cfd
commit
1a5d243520
1 changed files with 2 additions and 2 deletions
|
|
@ -3210,8 +3210,8 @@ nextFactor, reps, thinkingTime, yesCount, noCount from reviewHistory""")
|
|||
"where id in %s" % ids2str(ids))
|
||||
deck.rebuildCounts(full=False)
|
||||
# suspended tag obsolete - don't do this yet
|
||||
#deck.suspended = re.sub(u" ?Suspended ?", u"", deck.suspended)
|
||||
#deck.updateTagPriorities()
|
||||
deck.suspended = re.sub(u" ?Suspended ?", u"", deck.suspended)
|
||||
deck.updateTagPriorities()
|
||||
deck.version = 39
|
||||
deck.s.commit()
|
||||
if deck.version < 40:
|
||||
|
|
|
|||
Loading…
Reference in a new issue