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

SDL sends ""menuIcon" : null" in case app requests AddSubMenu without "menuIcon" #2744

Closed
GetmanetsIrina opened this issue Nov 9, 2018 · 1 comment
Labels

Comments

@GetmanetsIrina
Copy link

Bug Report

SDL sends ""menuIcon" : null" in case app requests AddSubMenu without "menuIcon"

Reproduction Steps
  1. App is registered and activated
  2. App requests AddSubMenu without "menuIcon"
    Reproduced with script Added check of the menuIcon parameter absence sdl_atf_test_scripts#2142
Expected Behavior

SDL sends UI.AddSubMenu without "menuIcon" to HMI

Observed Behavior

SDL sends UI.AddSubMenu with null value in "menuIcon":

 {
   "params" : {
      "appID" : 1676936826,
      "menuID" : 1000,
      "menuIcon" : null,
      "menuParams" : {
         "menuName" : "SubMenupositive",
         "position" : 500
      }
   }
}
OS & Version Information
  • OS/Version: Ubuntu 13.04
  • SDL Core Version: d363167
  • Testing Against: ATF: develop branch(6ed5c5c7a55fa05b015de3db7c04e13b91ace01a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants