smartdevicelink / sdl_hmi

BSD 3-Clause "New" or "Revised" License
14 stars 43 forks source link

Fixed uncaught TypeError: Cannot read properties of null (reading 'hasOwnProperty') on 'DELETE' button #645

Closed Ypostolov closed 2 years ago

Ypostolov commented 2 years ago

Fixes #630

This PR is ready for review.

Testing Plan

SDL and HMI are started. On "HMI" go to ->"Vehicle Info" -> "Edit Vehicle Data" -> Press 'Delete' button, observe: is deleted on HMI successfully.

Summary

The 'displayResolution' parameter was moved from 'vehicleData' in file VehicleInfoModel.js.

CLA