You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When switching templates while an app is subscribed to DISPLAYS system capabilities, the HMI should send an OnSystemCapabilityUpdated message with the new template's capabilities, but instead it sends a static set of capabilities from Abstract/data.js (which also currently have incorrect buttonCapabilities, since they include RC buttons).
Reproduction Steps:
App is registered with MEDIA and NAVIGATION app HMI types
App sends GetSystemCapability(DISPLAYS) with subscribe=true
App sends Show request with templateConfiguration, templateName="NON-MEDIA"
Expected behavior:
App receives SUCCESS response to Show request
App receives OnSystemCapabilityUpdated(DISPLAYS) with the display capabilities for the NON-MEDIA template
Actual behavior:
App receives SUCCESS response to Show request
App receives OnSystemCapabilityUpdated(DISPLAYS) with a set of display capabilities which does not correspond to any template.
The text was updated successfully, but these errors were encountered:
When switching templates while an app is subscribed to
DISPLAYS
system capabilities, the HMI should send anOnSystemCapabilityUpdated
message with the new template's capabilities, but instead it sends a static set of capabilities fromAbstract/data.js
(which also currently have incorrectbuttonCapabilities
, since they include RC buttons).Reproduction Steps:
MEDIA
andNAVIGATION
app HMI typesGetSystemCapability(DISPLAYS)
withsubscribe=true
Show
request withtemplateConfiguration
,templateName="NON-MEDIA"
Expected behavior:
App receives
SUCCESS
response toShow
requestApp receives
OnSystemCapabilityUpdated(DISPLAYS)
with the display capabilities for theNON-MEDIA
templateActual behavior:
App receives
SUCCESS
response toShow
requestApp receives
OnSystemCapabilityUpdated(DISPLAYS)
with a set of display capabilities which does not correspond to any template.The text was updated successfully, but these errors were encountered: