-
Notifications
You must be signed in to change notification settings - Fork 671
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
Fix update channel reset #10627
Fix update channel reset #10627
Conversation
We could be more elegant and use the data role for the combobox. |
We need to keep our own copy of the old index to be able to reliably reset the selection if the dialog is rejected.
b055bb0
to
773c885
Compare
Results for GUI-tests-ocis https://drone.owncloud.com/owncloud/client/14854/7/1 💥 The GUI tests failed. GUI Logs: https://cache.owncloud.com/public/owncloud/client/14854/ocis/guiReportUpload/index.html |
Fixed. |
Results for GUI-tests-oc10 https://drone.owncloud.com/owncloud/client/14854/6/1 💥 The GUI tests failed. GUI Logs: https://cache.owncloud.com/public/owncloud/client/14854/oc10/guiReportUpload/index.html |
Kudos, SonarCloud Quality Gate passed! |
Tested in #10251 (comment) |
We need to keep our own copy of the old index to be able to reliably reset the selection if the dialog is rejected.