chore(uns): create-redirect null guard + alarm isolation test + alarm-authoring doc (final review)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user