make sure that in filters that are annotations layers, the default sort order for the name is descending

This commit is contained in:
rolux 2014-11-17 14:22:14 +00:00
parent 16f1dbca93
commit cffbde5f5c

View file

@ -43,7 +43,7 @@ pandora.ui.filter = function(id) {
)
: value
},
operator: filter.type == 'string' ? '+' : '-',
operator: filter.type == 'string' || filter.type == 'layer' ? '+' : '-',
title: title,
visible: true,
width: pandora.user.ui.filterSizes[i] - 44 - Ox.UI.SCROLLBAR_SIZE