-
Notifications
You must be signed in to change notification settings - Fork 244
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
ResetGlobalProperties does't reset HELPPROMPT and VRHELPITEMS to default values #1306
Comments
@AStasiuk Can you add the related milestone for this issue? I am not sure if it is policies related or remote control. The branch you have listed is an app link branch |
@JackLivio This SDL issue was reported in scope of smoke testing on release candidate 4.4.0 with REMOTE_CONTROL functionality. Issue is not related to RC. |
Significant loss of functionality on HMI side with standard use-case: |
Environment: Status: defect is reproduced. |
The next pull request provided bug fixing of this issue: |
Note that this will potentially affect behavior in the implementation of #2154 in the case where all existing commands have been deleted, |
I think based on the description in the Mobile API:
Means that either these default values should be defined by the HMI, or they should be sent by Core at some point automatically. This means if these INI values are being used, these defaults should be used upon registration, not just used when an app sends |
@joeygrover -san |
Hi @E-SAITO-TMC, contents for SDL releases are determined by the Steering Committee, and the Project Maintainer works on features and bug fixes raised as high priority by Steering Committee representatives. This particular issue has not yet been raised as high priority. However, if Toyota would like to see this fix in the next release of SDL Core (planned for October 28, 2020), we can make note of such. Please confirm if this is priority for Toyota. If so, we will include this issue in our proposed release contents, which will be presented to the Steering Committee and voted upon/finalized in June. Thank you! |
@theresalech -san Thank you for your comment. This issue is medium-priority for Toyota. |
@E-SAITO-TMC, thank you. We have documented that this is medium priority for Toyota, and will include for Steering Committee review and vote when planning the contents for the Q4 Core release. This planning will take place in June. |
Fix bug `ResetGlobalProperties` does't reset `HELPPROMPT` and `VRHELPITEMS` to default values Fix UT's after bugfixing - Fix `ResetGlobalPropertiesRequestTest` - Add mock function into `MockApplicationManagerSettings` Github issue #1306 Co-authored-by: v-malko4 <vmalkov@luxoft.com>
…ault values (#3357) * Fix bug `ResetGlobalProperties` (#2337) Fix bug `ResetGlobalProperties` does't reset `HELPPROMPT` and `VRHELPITEMS` to default values Fix UT's after bugfixing - Fix `ResetGlobalPropertiesRequestTest` - Add mock function into `MockApplicationManagerSettings` Github issue #1306 Co-authored-by: v-malko4 <vmalkov@luxoft.com> * fix vr_help_title SO type, rename help_prompt_ in unit tests to so_help_prompt * fix style Co-authored-by: v-malko4 <vmalkov@luxoft.com>
Closed via #3357 |
Occurrence:
Always
Preconditions:
Delete app_info.dat file.
SDL started. Application is registered and activated on HMI.
Steps to reproduce:
Expected result:
SDL should send to HMI UI.SetGlobalProperties("vrHelpTitle", "vrHelp") with default values.
SDL should send to HMI TTS.SetGlobalProperties with "helpPrompt" parameter that should be reset to default value (smartDeviceLink.ini file contains default values for "helpPrompt"
Actual result:
SDL sends to HMI UI.SetGlobalProperties(vrHelpTitle) without vrHelp - not OK
SDL sends to HMI TTS.SetGlobalProperties("helpPrompt":[ ]) - empty array - not OK.
Environment:
branch: release candidate SDL_RB_B3.10 (87259f8)
App: any
SPT cw 41 ver:2.1.60
Transport: any
OS: XUbuntu 12.04
HMI: HTML5
Expected delivery:
Source code updates
Code comments
UTs add/update
ATF tests add/update
Add/update CI plans/jobs
SDD updates
Guidelines update (sdl_core_guides)
Guidelines update (sdl_hmi_integration_guidelines)
The text was updated successfully, but these errors were encountered: