Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AO URL Fix #1410

Merged
merged 1 commit into from
Oct 27, 2017
Merged

AO URL Fix #1410

merged 1 commit into from
Oct 27, 2017

Conversation

patphongs
Copy link
Member

@patphongs patphongs commented Oct 27, 2017

In the merged CMS and Web app code, there is a reference to both URLs for AOs, one with a dash and one with an underscore. The underscore was incorrect. This was breaking our paths. Will also set a redirect in Wagtail for the version with underscores just in case.

Correct:
data/legal/advisory-opinions/
data/legal/search/advisory-opinions/

Incorrect:
data/legal/advisory_opinions/
data/legal/search/advisory_opinions/

@codecov-io
Copy link

Codecov Report

Merging #1410 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1410   +/-   ##
======================================
  Coverage    79.4%   79.4%           
======================================
  Files          46      46           
  Lines        3297    3297           
  Branches      497     497           
======================================
  Hits         2618    2618           
  Misses        679     679

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f25a82b...17ed291. Read the comment docs.

@patphongs patphongs requested a review from lbeaufort October 27, 2017 19:35
Copy link
Member

@lbeaufort lbeaufort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - confirmed that /advisory_opinions/ page 404's

@lbeaufort lbeaufort merged commit 17ed291 into master Oct 27, 2017
@LindsayYoung LindsayYoung deleted the hotfix/ao-url-fix branch February 2, 2018 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants