Skip to content

Commit 804513b

Browse files
committed
Stop sometimes losing the value of the fuzzy flag
1 parent a4865b4 commit 804513b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def update(self, catalog, *, request):
114114
entry.fuzzy = False
115115
updates += 1
116116
elif old != entry:
117+
entry.fuzzy = fuzzy
117118
updates += 1
118119
break
119120

0 commit comments

Comments
 (0)