mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
update card gids on fact gid change
This commit is contained in:
parent
3c5277ca69
commit
e93a6379d3
1 changed files with 1 additions and 0 deletions
|
|
@ -469,6 +469,7 @@ class Editor(object):
|
|||
|
||||
def saveTagsAndGroup(self):
|
||||
self.fact.gid = self.mw.deck.groupId(unicode(self.group.text()))
|
||||
self.fact.updateCardGids()
|
||||
self.fact.tags = parseTags(unicode(self.tags.text()))
|
||||
self.fact.flush()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue