-
Notifications
You must be signed in to change notification settings - Fork 43
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
HMI aborts AlertManeuver, PerformInteraction requests with STATIC images #443
Comments
@theresalech Please note, this is a regression issue found by Luxoft during 7.0 release manual testing. |
@GetmanetsIrina please advise when Luxoft has a PR submitted to resolve the issue. However, as we are planning to release SDL 5.4 on November 5, 2020, we cannot guarantee that this PR will be included in the release. |
@theresalech please notice PR with fix has been submitted and ready for Livio review |
Fixed with #450 (although Core behavior does not exactly match the description because of smartdevicelink/sdl_core#1596) |
Precondition:
Reproduction Steps:
STATIC
imageExpected behavior:
UNSUPPORTED_RESOURCE
resultCode + the message of the kindImage of '%' type is not supported on HMI. Request was not displayed
UNSUPPORTED_RESOURCE
resultCode and success=true to mobile app (also with choiceId in case of PerformInteraction request)Observed behavior:
WARNINGS
resultCode to AlertManeuver andUNSUPPORTED_RESOURCE
resultCode to PerformInteraction + the message of the kindImage of '%' type is not supported on HMI. Request was not processed
OS & Version Information
OS: Ubuntu 18.04
SDL: release/7.0.0 54246454
HMI: develop 931877c
The text was updated successfully, but these errors were encountered: