New Map Menu (#15969)

* Map Menu
New top level Map menu.
Ability to group custom maps.
Ajax Select controller improvements

* Fix style
This commit is contained in:
Tony Murray
2024-04-25 15:32:33 -05:00
committed by GitHub
parent 51fa1887f9
commit f78edf4d11
15 changed files with 225 additions and 92 deletions

View File

@@ -467,7 +467,6 @@ function init_select2(selector, type, data, selected, placeholder, config) {
$select.select2(init);
if (selected) {
console.log(selected);
if (typeof selected !== 'object') {
selected = {id: selected, text: selected};
}