Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugin-hrm-form/src/fullStory/setUp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function helplineIdentifierFullStory(
/https:\/\/assets-(?<environment>\w+)\.tl\.techmatters\.org\/plugins\/hrm-form\/\w+\/(?<pluginVersion>[\w.-]+)\/plugin-hrm-form\.js/,
)?.groups ?? {};
pageVars.pluginVersion = pluginVersion;
pageVars.environment = environment;
userVars.displayName = `${fullName || contactUri || 'Unknown'} (${helplineCode} - ${environment})`;
userVars.environment = environment;
}
Expand Down
2 changes: 1 addition & 1 deletion twilio-iac/helplines/as/production.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locals {
contact_identity = ""
templatefile = "/app/twilio-iac/helplines/as/templates/studio-flows/messaging-blocking-lambda-location-block-sd.tftpl"
channel_flow_vars = {
allowed_shortcode_locations = "US,CL,ZA"
allowed_shortcode_locations = "US,CL,ZA,IE,AR"
}
chatbot_unique_names = []
},
Expand Down
2 changes: 1 addition & 1 deletion twilio-iac/helplines/mt/staging.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ locals {
contact_identity = ""
templatefile = "/app/twilio-iac/helplines/mt/templates/studio-flows/messaging-lex-web-location-block.tftpl"
channel_flow_vars = {
allowed_shortcode_locations = "MT,US,CL,ZA"
allowed_shortcode_locations = "MT,US,CL,ZA,IE,AR"
}
chatbot_unique_names = []
},
Expand Down
2 changes: 1 addition & 1 deletion twilio-iac/helplines/nz/staging.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ locals {
channel_flow_vars = {
chat_greeting_message = "Kia ora, we'll connect you with someone soon. Your conversation is confidential, but if we feel that you or someone else is at serious risk of harm, we may have to link in with other services. We'll let you know if that becomes necessary."
widget_from = "Youthline"
allowed_shortcode_locations = "NZ,US,CL,ZA"
allowed_shortcode_locations = "NZ,US,CL,ZA,IE,AR"
}
chatbot_unique_names = []
},
Expand Down
Loading