make sure that in filters that are annotations layers, the default sort order for the name is descending
This commit is contained in:
parent
16f1dbca93
commit
cffbde5f5c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pandora.ui.filter = function(id) {
|
||||||
)
|
)
|
||||||
: value
|
: value
|
||||||
},
|
},
|
||||||
operator: filter.type == 'string' ? '+' : '-',
|
operator: filter.type == 'string' || filter.type == 'layer' ? '+' : '-',
|
||||||
title: title,
|
title: title,
|
||||||
visible: true,
|
visible: true,
|
||||||
width: pandora.user.ui.filterSizes[i] - 44 - Ox.UI.SCROLLBAR_SIZE
|
width: pandora.user.ui.filterSizes[i] - 44 - Ox.UI.SCROLLBAR_SIZE
|
||||||
|
|
Loading…
Reference in a new issue