mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
ignore qfmt/afmt when checking if note types are the same
This commit is contained in:
parent
4fe76257f1
commit
e73bfa9d02
1 changed files with 0 additions and 2 deletions
|
@ -469,8 +469,6 @@ select id from notes where mid = ?)""" % " ".join(map),
|
||||||
s += f['name']
|
s += f['name']
|
||||||
for t in m['tmpls']:
|
for t in m['tmpls']:
|
||||||
s += t['name']
|
s += t['name']
|
||||||
s += t['qfmt']
|
|
||||||
s += t['afmt']
|
|
||||||
return checksum(s)
|
return checksum(s)
|
||||||
|
|
||||||
# Required field/text cache
|
# Required field/text cache
|
||||||
|
|
Loading…
Reference in a new issue