-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): Try to not crash in unattended installation because of the …
…storage section (#1739). (#1793) ## Problem The **UI** is not ready for the new storage configuration loaded from the profile. - #1739 - https://trello.com/c/3BVQ3zl5 ## Solution Adapted the installation finished page using the storage config instead of the proposal settings as it could not exist. As the problem is reported just for unattended installation and the finished page we will provide a fix only for the reporeted issue as the whole UI should be ready when the new storage features [branch](https://github.com/agama-project/agama/tree/storage-config-ui) is merged ## Testing - *Tested manually*
- Loading branch information
Showing
7 changed files
with
507 additions
and
33 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,3 +1,10 @@ | ||
------------------------------------------------------------------- | ||
Sun Dec 1 17:14:04 UTC 2024 - Knut Anderssen <[email protected]> | ||
|
||
- Do not crash in the InstallationFinished page when running an | ||
unattended installation with an storage section defined in the | ||
profile (gh#agama-project/agama#1793). | ||
|
||
------------------------------------------------------------------- | ||
Thu Nov 28 14:34:49 UTC 2024 - David Diaz <[email protected]> | ||
|
||
|
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
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
Oops, something went wrong.