We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SDL transfers AddSubMenu request with non-existent parentID parameter to HMI
APP→SDL: AddSubMenu ( "menuName":"Submenu Name 1","parentID":1, "menuID":1 ) SDL→APP: AddSubMenu ( resultCode: INVALID_ID, success=false ).
APP→SDL: AddSubMenu ( "menuName":"Submenu Name 1","parentID":1, "menuID":1 ) SDL→HMI: UI.AddSubMenu ( params, "menuParams":{"menuName":"Submenu Name 1","parentID":1,"position":0}, "menuID":1} )
SDL: https://github.com/smartdevicelink/sdl_core/commits/develop (9f61819) HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (f712d4e)
Logs:SDL_logs.zip
The text was updated successfully, but these errors were encountered:
@theresalech Please notice issue is related to SDL-0148 Additional SubMenus proposal which is in scope of 7.0 Release. Luxoft team is going to prepare a fix.
7.0
Sorry, something went wrong.
@dboltovskyi, thank you for letting us know. Please advise when a PR is ready for Livio review.
Closed via #3534
No branches or pull requests
Bug Report
SDL transfers AddSubMenu request with non-existent parentID parameter to HMI
Preconditions:
Reproduction Steps
AddSubMenu(parentID=1)
Expected Behavior
APP→SDL: AddSubMenu ( "menuName":"Submenu Name 1","parentID":1, "menuID":1 )
SDL→APP: AddSubMenu ( resultCode: INVALID_ID, success=false ).
Observed Behavior
APP→SDL: AddSubMenu ( "menuName":"Submenu Name 1","parentID":1, "menuID":1 )
SDL→HMI: UI.AddSubMenu ( params, "menuParams":{"menuName":"Submenu Name 1","parentID":1,"position":0}, "menuID":1} )
OS & Version Information
SDL: https://github.com/smartdevicelink/sdl_core/commits/develop (9f61819)
HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (f712d4e)
Test Case, Sample Code, and / or Example App
Logs:SDL_logs.zip
The text was updated successfully, but these errors were encountered: