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

Remove unnecessary routing with :id to fix banner update bug #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cat-in-136
Copy link

Clicking the edit link on the banner navigates the edit page /global_banner/1234 opens (where 1234 seems to be :id of the origin page). When updating the banner from here, the POST to /global_banner/1234 is invoked, but the URL does not accept POST, resulting cause a 404 error.

The routing with :id does not work and unnecessary so this PR removes these routing.

fix #8

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.

Banner edit links did not work correctly
1 participant