Skip to content

Commit 2a9a942

Browse files
committed
Allow setting best_photo even the ExpertReportAnnotation is simplified_version
1 parent c141d50 commit 2a9a942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tigacrafting/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,6 @@ def save(self, *args, **kwargs):
12841284

12851285
if self.simplified_annotation:
12861286
self.message_for_user = ""
1287-
self.best_photo = None
12881287

12891288
if not self.identification_task or str(self.identification_task.pk) != str(self.report.pk):
12901289
self.identification_task = IdentificationTask.objects.filter(report=self.report).first()

0 commit comments

Comments
 (0)