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 routes: add NETWORK_PATH variable to current_path #4513

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Aug 15, 2021

Resolves #4501

Motivation

A common path for all routes is not added on redirects and doesn't contain in current_path(conn)

Changelog

Add value of NETWORK_PATH variable into current_path(conn) and into redirects

Checklist for your Pull Request (PR)

@vbaranov vbaranov force-pushed the vb-routes-fix-2 branch 6 times, most recently from e839283 to d6fda55 Compare August 16, 2021 07:40
@vbaranov vbaranov force-pushed the vb-routes-fix-2 branch 2 times, most recently from 007a0b5 to f6aad1b Compare August 16, 2021 11:42
@vbaranov vbaranov merged commit 0ceeb8b into master Aug 16, 2021
@vbaranov vbaranov deleted the vb-routes-fix-2 branch August 16, 2021 13:09
sidhujag pushed a commit to syscoin/blockscout that referenced this pull request Aug 18, 2021
Fix routes: add NETWORK_PATH variable to current_path
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.

NETWORK_PATH doesn't manage all pages paths.
2 participants