better sorting of geonames
This commit is contained in:
parent
6ad45105af
commit
32b2da184a
4 changed files with 49 additions and 19 deletions
|
|
@ -102,10 +102,10 @@ Ox.ListMap = function(options, self) {
|
|||
editable: true,
|
||||
id: 'geoname',
|
||||
removable: false,
|
||||
operator: '+',
|
||||
sort: function(v) {
|
||||
map: function(v) {
|
||||
return v.split(', ').reverse().join(', ')
|
||||
},
|
||||
operator: '+',
|
||||
title: 'Geoname',
|
||||
visible: true,
|
||||
width: 192
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue