chore(uns): create-redirect null guard + alarm isolation test + alarm-authoring doc (final review)

This commit is contained in:
Joseph Doherty
2026-06-11 15:23:06 -04:00
parent a0f3f4ab89
commit 80b19d6fc8
3 changed files with 18 additions and 0 deletions
@@ -559,6 +559,7 @@ else
if (IsNew)
{
// Redirect to the persisted editor so the other tabs (disabled while new) become available.
if (string.IsNullOrEmpty(result.CreatedId)) { _error = "Equipment was created but no id was returned."; return; }
Nav.NavigateTo($"/uns/equipment/{result.CreatedId}");
}
else