9276: ability to search alternate place names when selecting place
This commit is contained in:
parent
2fc4bae826
commit
8aeebcdfd2
@ -126,7 +126,8 @@ class PlaceBaseModel:
|
|||||||
return value
|
return value
|
||||||
|
|
||||||
def column_name(self, data):
|
def column_name(self, data):
|
||||||
return data[6][0]
|
# need for spacing on the french translation
|
||||||
|
return _(',').join([data[6][0]] + [name[0] for name in data[7]])
|
||||||
|
|
||||||
def column_longitude(self, data):
|
def column_longitude(self, data):
|
||||||
if not data[3]:
|
if not data[3]:
|
||||||
|
Loading…
Reference in New Issue
Block a user