Fix export tg name

This commit is contained in:
Marcus Kida 2026-02-18 22:15:37 +01:00
parent 2c401af85d
commit 4fec354461

View file

@ -567,7 +567,7 @@
var locale = CPS_LOCALE[lang] || CPS_LOCALE["de"];
var rows = [CPS_CSV_HEADER, locale.header2];
talkgroups.forEach(function (tg) {
var name = ("TG" + tg.id + " " + (tg.name || "")).trim().substring(0, 16);
var name = (tg.name || "TG" + tg.id).trim().substring(0, 16);
var row = name + ",False,,," +
"False,,," +
"False,,,,,,," +