Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master uefi fix2 #512

Closed
wants to merge 2 commits into from
Closed

Conversation

jkonecny12
Copy link
Member

This is the PR #508 but rebased to actual master (there were some conflicts) and with new commit.

When user click on any not-shared partition and check option Delete all it will remove all not-shared partitions from that page.
If an user did this on shared partition it will remove all not-shared partitions in that page but it will also remove that selected partition (even when it's shared).

To stay consistent use the same rule for the selected partition.

I hope this will be good solution for all of you guys.

Related: rhbz#1183880

@jkonecny12 jkonecny12 added the master Please, use the `f39` label instead. label Feb 17, 2016
@vpodzime
Copy link
Contributor

I think the proposed behavior should be okay for users. And the changes look good to me apart from the minor comments above.

@vpodzime vpodzime added the ACK label Feb 23, 2016
This approach changes the deleteAll behaviour as follows:

* Partitions known to be shared with other OSes won't be deleted
* Boot partitions won't be deleted if there are unknown parts

You can delete these partitions only by specifically targeting
them. It also adds a variant of the ConfirmDeleteDialog for
boot partitions, with text specifically explaining that they
might be needed for other OSes to boot.

Based on the PR from AdamWill. His patch was reworked in order to apply
because of multiselection feature which caused many changes in
Custom spoke.

Also add small fix in the original patch because pageTitle is not
unique.
This should be final fix for the UEFI shared partitions problem.

Related: rhbz#1183880
When user click on any not-shared partition and check option Delete all
it will remove all not-shared partitions from that page.
If an user did this on shared partition it will remove all not-shared
partitions in that page but it will also remove that selected
partition (even when it's shared).

To stay consistent use the same rule for the selected partition.

Related: rhbz#1183880
@jkonecny12
Copy link
Member Author

Updated. Thank you for review @vpodzime .

@jkonecny12
Copy link
Member Author

Pushed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master Please, use the `f39` label instead.
2 participants