feat: Show the CSAT response to the agent (#2511)
This commit is contained in:
parent
b769fc87d0
commit
bd1b17baf3
6 changed files with 74 additions and 12 deletions
|
@ -54,7 +54,7 @@ class Api::V1::Widget::MessagesController < Api::V1::Widget::BaseController
|
|||
end
|
||||
|
||||
def message_update_params
|
||||
params.permit(message: [{ submitted_values: [:name, :title, :value, { csat_survey_response: [:feedback_text, :rating] }] }])
|
||||
params.permit(message: [{ submitted_values: [:name, :title, :value, { csat_survey_response: [:feedback, :rating] }] }])
|
||||
end
|
||||
|
||||
def permitted_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue