Skip to content

Commit

Permalink
Exports new DialogFieldAssociations data
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Aug 3, 2017
1 parent c70bc53 commit 40ba409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/dialog_field_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ def serialize(dialog_field, all_attributes = false)
serialized_resource_action = @resource_action_serializer.serialize(dialog_field.resource_action)

extra_attributes = {
"resource_action" => serialized_resource_action
"resource_action" => serialized_resource_action,
"trigger_associations" => dialog_field.trigger_associations.map(&:name)
}

if dialog_field.dynamic?
Expand Down

0 comments on commit 40ba409

Please sign in to comment.