towerops/lib/towerops_web/live/org_live
Graham McIntire c56496f7cc
fix: org switching now correctly updates session
The select_org LiveView event was updating default_organization_id in
the database but not the session's current_organization_id. Since
load_default_organization prioritizes the session value, users would
always get redirected back to the stale org.

Replaced with a controller POST action that updates both the session
and DB default before redirecting.
2026-03-04 17:04:49 -06:00
..
index.ex fix: org switching now correctly updates session 2026-03-04 17:04:49 -06:00
index.html.heex fix: org switching now correctly updates session 2026-03-04 17:04:49 -06:00
new.ex i18n: wrap all user-facing strings in gettext() 2026-02-14 17:44:01 -06:00
new.html.heex fix: netbox url field type, gaiia ipRange→block, remove unknown webhook log 2026-02-14 17:44:01 -06:00