7075: backport fix on [db79b0]
This commit is contained in:
parent
68e8759a65
commit
bb9e1d2f52
@ -451,6 +451,7 @@ class PeopleBaseModel(object):
|
|||||||
tag_priority = None
|
tag_priority = None
|
||||||
for handle in data[COLUMN_TAGS]:
|
for handle in data[COLUMN_TAGS]:
|
||||||
tag = self.db.get_tag_from_handle(handle)
|
tag = self.db.get_tag_from_handle(handle)
|
||||||
|
if tag:
|
||||||
this_priority = tag.get_priority()
|
this_priority = tag.get_priority()
|
||||||
if tag_priority is None or this_priority < tag_priority:
|
if tag_priority is None or this_priority < tag_priority:
|
||||||
tag_color = tag.get_color()
|
tag_color = tag.get_color()
|
||||||
|
Loading…
Reference in New Issue
Block a user