Update schema and db_update to support translations.
(language setting from preferences is borked for some reason)
This commit is contained in:
@@ -508,7 +508,7 @@ class Market:
|
||||
# Check custom groups
|
||||
for cgrp in self.customGroups:
|
||||
# During first comparison we need exact int, not float for matching
|
||||
if cgrp.ID == identity or cgrp.name == identity:
|
||||
if cgrp.ID == identity or cgrp.groupName == identity:
|
||||
# Return first match
|
||||
return cgrp
|
||||
# Return eos group if everything else returned nothing
|
||||
|
||||
Reference in New Issue
Block a user