mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 19:28:25 -04:00
Update the department id so tickets for Deskpro hit the right bucket
This commit is contained in:
@@ -50,7 +50,7 @@ def feedback():
|
|||||||
if form.validate_on_submit():
|
if form.validate_on_submit():
|
||||||
data = {
|
data = {
|
||||||
'person_email': current_app.config.get('DESKPRO_PERSON_EMAIL'),
|
'person_email': current_app.config.get('DESKPRO_PERSON_EMAIL'),
|
||||||
'agent_team_id': current_app.config.get('DESKPRO_TEAM_ID'),
|
'department_id': current_app.config.get('DESKPRO_TEAM_ID'),
|
||||||
'subject': 'Notify feedback',
|
'subject': 'Notify feedback',
|
||||||
'message': '{}\n{}\n{}'.format(
|
'message': '{}\n{}\n{}'.format(
|
||||||
form.name.data,
|
form.name.data,
|
||||||
|
|||||||
Reference in New Issue
Block a user