Skip to content

Commit

Permalink
Publish email_filter_name to publishing-api
Browse files Browse the repository at this point in the history
#986 added a new `email_filter_name` field to the various finder signup page schemas. This commit changes the relevant presenter to send this new field to the publishing-api whenever the content items are re-published.
  • Loading branch information
Ruben Arakelyan committed Jan 19, 2017
1 parent df9d746 commit e5d23d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def details
"beta" => schema.fetch("signup_beta", false),
"email_signup_choice" => schema.fetch("email_signup_choice", []),
"email_filter_by" => schema.fetch("email_filter_by", nil),
"email_filter_name" => schema.fetch("email_filter_name", nil),
"subscription_list_title_prefix" => schema.fetch("subscription_list_title_prefix", {})
}
end
Expand Down

0 comments on commit e5d23d1

Please sign in to comment.