-
Notifications
You must be signed in to change notification settings - Fork 684
[DC-146, DC-166] Fix VFS checkbox in folder wizard #12305
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
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
On the last page of the folder wizard, there is a checkbox to select/deselect VFS. By default this is checked. The bug was that after unchecking this checkbox, it could not be checked again. This has now been fixed.
|
I also need to fix https://kiteworks.atlassian.net/browse/DC-166 (Add folder wizard: when VFS is forced on, the selective sync page is still shown) |
Previously the checkbox to deselect VFS was not shown when VFS was forced. This also caused the selective sync widget to be enabled. This is now fixed: the checkbox is shown (and checked) when VFS is availabled, but disabled when VFS is forced. This leaves it in the checked state, but the user cannot deselect it.
modSpike
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so much better - nice!
* [DC-146] Fix VFS checkbox in folder wizard On the last page of the folder wizard, there is a checkbox to select/deselect VFS. By default this is checked. The bug was that after unchecking this checkbox, it could not be checked again. This has now been fixed. * Move checkbox handling to a slot * [DC-166] Disable selective-sync when VFS is forced Previously the checkbox to deselect VFS was not shown when VFS was forced. This also caused the selective sync widget to be enabled. This is now fixed: the checkbox is shown (and checked) when VFS is availabled, but disabled when VFS is forced. This leaves it in the checked state, but the user cannot deselect it. --------- Co-authored-by: modSpike <[email protected]> (cherry picked from commit 73493d0)
* [DC-146] Fix VFS checkbox in folder wizard On the last page of the folder wizard, there is a checkbox to select/deselect VFS. By default this is checked. The bug was that after unchecking this checkbox, it could not be checked again. This has now been fixed. * Move checkbox handling to a slot * [DC-166] Disable selective-sync when VFS is forced Previously the checkbox to deselect VFS was not shown when VFS was forced. This also caused the selective sync widget to be enabled. This is now fixed: the checkbox is shown (and checked) when VFS is availabled, but disabled when VFS is forced. This leaves it in the checked state, but the user cannot deselect it. --------- Co-authored-by: modSpike <[email protected]> (cherry picked from commit 73493d0)
* [DC-146, DC-166] Fix VFS checkbox in folder wizard (#12305) * [DC-146] Fix VFS checkbox in folder wizard On the last page of the folder wizard, there is a checkbox to select/deselect VFS. By default this is checked. The bug was that after unchecking this checkbox, it could not be checked again. This has now been fixed. * Move checkbox handling to a slot * [DC-166] Disable selective-sync when VFS is forced Previously the checkbox to deselect VFS was not shown when VFS was forced. This also caused the selective sync widget to be enabled. This is now fixed: the checkbox is shown (and checked) when VFS is availabled, but disabled when VFS is forced. This leaves it in the checked state, but the user cannot deselect it. --------- Co-authored-by: modSpike <[email protected]> (cherry picked from commit 73493d0) * fix: compiler error --------- Co-authored-by: modSpike <[email protected]> Co-authored-by: Thomas Müller <[email protected]>
* [DC-146] Fix VFS checkbox in folder wizard On the last page of the folder wizard, there is a checkbox to select/deselect VFS. By default this is checked. The bug was that after unchecking this checkbox, it could not be checked again. This has now been fixed. * Move checkbox handling to a slot * [DC-166] Disable selective-sync when VFS is forced Previously the checkbox to deselect VFS was not shown when VFS was forced. This also caused the selective sync widget to be enabled. This is now fixed: the checkbox is shown (and checked) when VFS is availabled, but disabled when VFS is forced. This leaves it in the checked state, but the user cannot deselect it. --------- (cherry picked from commit 73493d0) Co-authored-by: modSpike <[email protected]> Co-authored-by: Thomas Müller <[email protected]>
On the last page of the folder wizard, there is a checkbox to select/deselect VFS. By default this is checked. The bug was that after unchecking this checkbox, it could not be checked again.