mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
include template q/afmt in model schema check
This commit is contained in:
parent
e5401f5b8e
commit
884ade00c2
1 changed files with 2 additions and 0 deletions
|
@ -454,6 +454,8 @@ select id from notes where mid = ?)""" % " ".join(map),
|
|||
s += f['name']
|
||||
for t in m['tmpls']:
|
||||
s += t['name']
|
||||
s += t['qfmt']
|
||||
s += t['afmt']
|
||||
return fieldChecksum(s)
|
||||
|
||||
# Required field/text cache
|
||||
|
|
Loading…
Reference in a new issue