-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): proper handle of the network prefix (#1728)
## Problem The web UI crashes when you try to edit a network connection containing an additional IP address because the prefix is not handled correctly. The `as string` construction tells TypeScript to consider the variable as a string, but it does not do a runtime conversion. ## Solution Cast the variable to a string at runtime.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
------------------------------------------------------------------- | ||
Mon Nov 04 20:32:29 UTC 2024 - David Diaz <[email protected]> | ||
Tue Nov 5 11:33:12 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Fix a crash when editing a network connection containing an | ||
additional IP address (gh#agama-project/agama#1728). | ||
|
||
------------------------------------------------------------------- | ||
Mon Nov 4 20:32:29 UTC 2024 - David Diaz <[email protected]> | ||
|
||
- Add missing subscription to avoid Agama getting stuck at the installation | ||
progress when the installation finishes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters