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

chore(suite): accept device update when changed from 'unacquired' to … #13245

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mroz22
Copy link
Contributor

@mroz22 mroz22 commented Jul 9, 2024

cherry-picking from #13227

you might get into a situation where device becomes unreadable and it can't be communicated with. it simply hangs somewhere in device.transferOut call. but since it wasn't unreadable some time ago, it might have been acquired by somebody and never released.
This takes you to the screen where you have the "Use device here" button. Clicking the button triggers a connect call, which will fail (something I need yet to solve in #13277) and the device should be changed from unacquired to unreadable.

this was not possible till now as suite would not accept changes of device that do not have features.

discussed briefly with @szymonlesisz, he is ok with this change. May I assign someone, lets say @komret ?

Copy link
Contributor

@komret komret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add this to Suite Issues for QA to see this and also some reproduction steps for them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants