fecgov / fec-cms

The content management system (CMS) for the new Federal Election Commission website.
https://www.fec.gov
Other
96 stars 38 forks source link

Change link format in feedback bot #1369

Closed lbeaufort closed 7 years ago

lbeaufort commented 7 years ago

Per @jwchumley:

The website feedback repository in Github has an issue with links where "&" is being stored as "&" So that the correct link is stored, save the exact URL in the GitHub issue.

https://github.com/18F/FEC/issues/4474

In this example, this is the stored URL: https://www.fec.gov/data/receipts/individual-contributions/?two_year_transaction_period=2016&min_date=01%2F01%2F2015&max_date=12%2F31%2F2016&contributor_name=Maria+Cino

and this is the cleaned up url: https://www.fec.gov/data/receipts/individual-contributions/?two_year_transaction_period=2016&contributor_name=Maria+Cino&min_date=01%2F01%2F2015&max_date=12%2F31%2F2016

lbeaufort commented 7 years ago

Resolved by latest refactoring of feedback tool

jenniferthibault commented 7 years ago

@lbeaufort for documentation, could you point to the PR that resolves this? Thanks!

lbeaufort commented 7 years ago

@jenniferthibault thanks - resolved by "The Great Merge of CMS + webapp" https://github.com/18F/fec-cms/pull/1230