ui: show SELECT picker paths from the root instead of "fid — parent"

The picker option label read backwards, e.g. "EF.IMSI — 6F07 — 7F20".
It now shows the path within the optgroup's root with the FIDs in order,
matching the path-field convention: "EF.IMSI — 7F20/6F07",
"EF.ICCID — 2FE2", "EF.PSC — 5F3A/4F22" (ADF session).  Switch markers and
the filter (which also matches the symbolic path) are unchanged.
sw cache -> simple-v243; version stays 3.4.0.
This commit is contained in:
2026-09-23 08:30:12 +03:00
parent b8734189cf
commit 1035bf069d
3 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'simple-v242';
const CACHE = 'simple-v243';
const URLS = [
'index.html',
'help.html',