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
In the choice set manager, cells that are already loaded on the module need to be taken into account for uniqueness. Currently, it does not, which can lead to clashes when trying to present new cells.
This was found in unit tests and was not attempted to replicate on the head unit.
Reproduction Steps
Using a sub-7.1.0 module
Load a cell on the head unit
Attempt to load a unique cell with identical primary text
Expected Behavior
The new cell has an identifier appended to it
Observed Behavior
The cell fails to load
OS & Version Information
iOS Version: n/a
SDL iOS Version: v7.3.0-develop
Testing Against: Unit test
Test Case, Sample Code, and / or Example App
n/a
The text was updated successfully, but these errors were encountered:
Bug Report
In the choice set manager, cells that are already loaded on the module need to be taken into account for uniqueness. Currently, it does not, which can lead to clashes when trying to present new cells.
This was found in unit tests and was not attempted to replicate on the head unit.
Reproduction Steps
Expected Behavior
The new cell has an identifier appended to it
Observed Behavior
The cell fails to load
OS & Version Information
Test Case, Sample Code, and / or Example App
n/a
The text was updated successfully, but these errors were encountered: