Skip to content

Commit

Permalink
BugzID: 20978 Conditionally switch jsmyth to alex.goudreau if SJ
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Dec 13, 2024
1 parent 858b2a6 commit 62e48e6
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions configuration/webform.webform.purchase_suggestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ handlers:
enabled:
':input[name="campus"]':
value: campus_UNBSJ
weight: -49
weight: -47
settings:
states:
- completed
Expand Down Expand Up @@ -442,7 +442,7 @@ handlers:
notes: ''
status: true
conditions: { }
weight: -48
weight: -49
settings:
states:
- completed
Expand Down Expand Up @@ -632,4 +632,47 @@ handlers:
theme_name: ''
parameters: { }
debug: false
tatiana_sabbatical_sj_temporary:
id: email
handler_id: tatiana_sabbatical_sj_temporary
label: 'Tatiana Sabbatical SJ Temporary'
notes: ''
status: true
conditions:
enabled:
':input[name="subject_area[select]"]':
value:
pattern: jsmyth
':input[name="campus"]':
value: campus_UNBSJ
weight: -48
settings:
states:
- completed
to_mail: [email protected]
to_options: { }
bcc_mail: ''
bcc_options: { }
cc_mail: ''
cc_options: { }
from_mail: '[webform_submission:values:email:raw]'
from_options: { }
from_name: '[webform_submission:values:name:raw]'
reply_to: ''
return_path: ''
sender_mail: ''
sender_name: ''
subject: 'Purchase Suggestion'
body: "<p>The following information was submitted through our <b>Purchase Suggestion</b> form by <b>{{ webform_token('[webform_submission:user]', webform_submission) }}</b> on <b>{{ webform_token('[webform_submission:created]', webform_submission) }}</b>.</p>\r\n\r\n{{ webform_token('[webform_submission:values]', webform_submission) }}\r\n\r\n<div>\r\n<img src=\"https://media.lib.unb.ca/core/img-2015/UNB_Lib_Black_Red.png\" alt=\"UNB Libraries\">\r\n</div>\r\n"
excluded_elements: { }
ignore_access: false
exclude_empty: true
exclude_empty_checkbox: false
exclude_attachments: false
html: true
attachments: false
twig: true
theme_name: ''
parameters: { }
debug: false
variants: { }

0 comments on commit 62e48e6

Please sign in to comment.