-
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.
Display all affected devices at the table of results (#1936)
## Problem The result box at the Storage section displays all the devices affected by the installation proposal. But for doing that, it relies on the actions to be done on the disks. That means that a disk is not displayed there if is not going to be modified. In principle, that's fine but... There is a corner case if a disk is chosen only for booting and no action is needed for that (eg. legacy boot with a disk that already includes the bios_boot partition). It's certainly not going to be affected, but the disk is displayed at the configuration section and omitted at the result. That's confusing. ## Solution Display at the result all disks that are mentioned at the configuration, even if no actions are needed to prepare the disks. ## Testing - Tested manually. - Extended unit tests to cover the new cases. - Bonus: resurrected tests for `ProposalResultSection` (no longer skipped).
- Loading branch information
Showing
6 changed files
with
98 additions
and
76 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
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
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
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