smartdevicelink/sdl_ios

Menu Manager won't send submenu cell images on RPC versions >= 5.0 && < 7.0

joeljfischer opened this issue · 1 comments

Bug Report

SDL added support for submenu cell images on v5.0 but didn't add an image field name until v7.0. When connecting to systems on or above v5.0 and below v7.0, we must send the submenu icon even if the image field name isn't there.

Reproduction Steps
  1. Connect to a >= v5.0 && < v7.0 Core and HMI that supports submenu icons
  2. Show a submenu cell with an image
Expected Behavior

The image appears

Observed Behavior

The image does not appear

OS & Version Information
  • iOS Version: n/a
  • SDL iOS Version: v7.3.0-RC.1
  • Testing Against: n/a
Test Case, Sample Code, and / or Example App

n/a

See SDLMenuReplaceUtilities sdl_ShouldCellIncludePrimaryImageFromCell:fileManager:windowCapability: