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
If you try to set another artwork using the screen manager with a different file but under the same name with overwrite set to true, the new artwork will not show.
Reproduction Steps
Connect app to Core
Send a show request with the graphic set to an artwork named "TestArtwork"
Send a second show request with the graphic set to a different artwork also named "TestArtwork". Set the artwork's overwrite property to true and persistent property to false.
Expected Behavior
The new artwork will show up in the graphic field of the template.
Observed Behavior
The graphic field of the template shows the old artwork.
Version Information
SDL JavaScript Suite Module: NodeJS and vanilla JS libraries
SDL JavaScript Version: Version 1.2
Testing Against: Using a Node TCP app
The text was updated successfully, but these errors were encountered:
Bug Report
Report based on this one: smartdevicelink/sdl_ios#1117
If you try to set another artwork using the screen manager with a different file but under the same name with overwrite set to true, the new artwork will not show.
Reproduction Steps
graphic
set to an artwork named "TestArtwork"graphic
set to a different artwork also named "TestArtwork". Set the artwork'soverwrite
property totrue
andpersistent
property tofalse
.Expected Behavior
The new artwork will show up in the
graphic
field of the template.Observed Behavior
The
graphic
field of the template shows the old artwork.Version Information
The text was updated successfully, but these errors were encountered: