Files
sso-manager-node/nodejs/views
wmantly b54da5c64c Fix resource modal's LDAP-groups autocomplete going empty after first open (#122)
loadLdapGroups()'s cache guard (if (ldapGroupsCache) return;) also skipped
the DOM-repopulation step on every call after the first, but
#ldap-groups-datalist is rebuilt fresh and empty on every app.modal.open()
-- so the "Associated LDAP Groups" tab's group-name autocomplete silently
lost all its suggestions starting on the second Add/Edit. Now the fetch
stays cached, but the datalist is always repopulated.

Verified live: opened the resource modal on Proxy twice in a row, confirmed
the datalist has all 17 options both times (would have been 0 on the
second open with the old code).
2026-07-28 18:35:15 -04:00
..
2026-07-01 11:10:09 -04:00
2020-05-03 18:22:51 -04:00
2020-08-08 20:52:24 -04:00
2026-07-02 16:22:16 -04:00
2020-07-01 16:08:19 -04:00
2026-07-01 11:10:09 -04:00