vtxTab: lexcical sort vtx_band (#3277)

10.9-maintenance
HThuren 2023-01-26 00:32:19 +01:00 committed by GitHub
parent 4f99c51333
commit 69e16a6137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -512,6 +512,8 @@ vtx.initialize = function (callback) {
selectBand.append(new Option(i18n.getMessage('vtxBand_X', {bandName: i}), i));
}
}
// Sort the element, if need to group, do it by lexical sort, ie. by naming of (the translated) selection text
selectBand.sortSelect(i18n.getMessage("vtxBand_0"));
}
function populateChannelSelect() {