9276: ability to search alternate place names when selecting place

This commit is contained in:
romjerome 2016-12-05 09:47:04 +01:00
parent 2fc4bae826
commit 8aeebcdfd2

View File

@ -126,7 +126,8 @@ class PlaceBaseModel:
return value
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):
if not data[3]: