make more columns removable
This commit is contained in:
parent
25b86dd085
commit
95de5ee5c8
1 changed files with 0 additions and 2 deletions
|
@ -99,7 +99,6 @@ Ox.ListMap = function(options, self) {
|
||||||
return value.join('; ');
|
return value.join('; ');
|
||||||
},
|
},
|
||||||
id: 'alternativeNames',
|
id: 'alternativeNames',
|
||||||
removable: false,
|
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'Alternative Names',
|
title: 'Alternative Names',
|
||||||
visible: true,
|
visible: true,
|
||||||
|
@ -108,7 +107,6 @@ Ox.ListMap = function(options, self) {
|
||||||
{
|
{
|
||||||
//editable: true,
|
//editable: true,
|
||||||
id: 'geoname',
|
id: 'geoname',
|
||||||
removable: false,
|
|
||||||
map: function(v) {
|
map: function(v) {
|
||||||
var names = v.split(', ');
|
var names = v.split(', ');
|
||||||
if (!Ox.getCountryByGeoname(names[names.length - 1])) {
|
if (!Ox.getCountryByGeoname(names[names.length - 1])) {
|
||||||
|
|
Loading…
Reference in a new issue