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
This PR updates the Activity's ApplyConversationReference method to prioritize the activity's locale over the reference locale.
Specific Changes
Updated ApplyConversationReference method in ActivityEx class to use the activity's locale first. If it's null, use the reference's locale.
Updated unit tests to assert the right locale values.
Testing
These images show the overridden locale property (before) and how it's kept after the changes.
BEFORE:
AFTER:
The text was updated successfully, but these errors were encountered:
ceciliaavila
added
bug
Indicates an unexpected problem or an unintended behavior.
parity
The issue describes a gap in parity between two or more platforms.
labels
Jun 2, 2023
* fix activity locale overwriting
* add overwriting test
* fix package json format
* remove only tag and format code
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
The changes in [#5820] Outgoing Activity Locale being Overwritten may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
The text was updated successfully, but these errors were encountered: