-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into results_by_name
- Loading branch information
Showing
11 changed files
with
228 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
flows/definition/migrations/testdata/migrations/13.6.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
[ | ||
{ | ||
"description": "flow with localization", | ||
"original": { | ||
"uuid": "25a2d8b2-ae7c-4fed-964a-506fb8c3f0c0", | ||
"name": "Test Flow", | ||
"spec_version": "13.6.0", | ||
"language": "eng", | ||
"type": "messaging", | ||
"localization": { | ||
"spa": { | ||
"9d9290a7-3713-4c22-8821-4af0a64c0821": { | ||
"text": [ | ||
"Hola @results.this_single_variable_is_too_long_and_needs_to_be_truncated_to_match_the_flow @(if(results.this_in_a_complex_expression_is_also_too_long_and_needs_to_be_truncated.value))" | ||
] | ||
} | ||
} | ||
}, | ||
"nodes": [ | ||
{ | ||
"uuid": "32bc60ad-5c86-465e-a6b8-049c44ecce49", | ||
"actions": [ | ||
{ | ||
"uuid": "9d9290a7-3713-4c22-8821-4af0a64c0821", | ||
"type": "send_msg", | ||
"text": "Hi @results.this_single_variable_is_too_long_and_needs_to_be_truncated_to_match_the_flow @(if(results.this_in_a_complex_expression_is_also_too_long_and_needs_to_be_truncated.value))" | ||
} | ||
], | ||
"exits": [ | ||
{ | ||
"uuid": "2d481ce6-efcf-4898-a825-f76208e32f2a" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"migrated": { | ||
"uuid": "25a2d8b2-ae7c-4fed-964a-506fb8c3f0c0", | ||
"name": "Test Flow", | ||
"spec_version": "13.6.1", | ||
"language": "eng", | ||
"type": "messaging", | ||
"localization": { | ||
"spa": { | ||
"9d9290a7-3713-4c22-8821-4af0a64c0821": { | ||
"text": [ | ||
"Hola @results.this_single_variable_is_too_long_and_needs_to_be_truncated_to_ma @(if(results.this_in_a_complex_expression_is_also_too_long_and_needs_to_be_tr.value))" | ||
] | ||
} | ||
} | ||
}, | ||
"nodes": [ | ||
{ | ||
"uuid": "32bc60ad-5c86-465e-a6b8-049c44ecce49", | ||
"actions": [ | ||
{ | ||
"uuid": "9d9290a7-3713-4c22-8821-4af0a64c0821", | ||
"type": "send_msg", | ||
"text": "Hi @results.this_single_variable_is_too_long_and_needs_to_be_truncated_to_ma @(if(results.this_in_a_complex_expression_is_also_too_long_and_needs_to_be_tr.value))" | ||
} | ||
], | ||
"exits": [ | ||
{ | ||
"uuid": "2d481ce6-efcf-4898-a825-f76208e32f2a" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] |
2 changes: 1 addition & 1 deletion
2
flows/definition/testdata/TestChangeLanguage_change_language_to_ara.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
flows/definition/testdata/TestChangeLanguage_change_language_to_kin.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
flows/definition/testdata/TestChangeLanguage_change_language_to_spa.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters