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

fix(appellate): Remove the logic to normalize the pacer_dls_id #338

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

ERosendo
Copy link
Contributor

While going through the QA steps, I realized the extension failed to upload free documents. After debugging the code, I noticed we're using the pacer_dls_id attribute in the onClickEventHandlerForDocLinks to create the request that allows us to check whether the doc link returns an HTML page (the view document page) or a pdf file (when it's free). sending the normalized version of the dls_id always returns an HTML page even when the doc is an opinion (which is a free doc).

This PR removes the logic to normalize the dls_id.

@ERosendo ERosendo requested a review from mlissner July 13, 2023 17:10
@mlissner
Copy link
Member

Seems OK, but tests are failing. :)

@ERosendo
Copy link
Contributor Author

@mlissner it is ready now. The new action to check the release notes is working properly :).

@mlissner mlissner merged commit 2d542e6 into main Jul 13, 2023
7 checks passed
@mlissner mlissner deleted the fix-free-docs-upload-from-appellate branch July 13, 2023 18:05
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.

2 participants