Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
AO3-5137: Add catchall route to fix autocomplete errors #3019
Conversation
| - get '/autocomplete/associated_tags' => 'autocomplete#associated_tags' | ||
| + # TODO: rewrite the autocomplete controller to deal with the fact that | ||
| + # there are fifty different actions going on in there | ||
| + get '/autocomplete/:action' => 'autocomplete#%{action}' |
elzj
added
Awaiting review
Priority: Broken on Test (High)
labels
Aug 30, 2017
sarken
added
Reviewed: Ready to Merge
and removed
Awaiting review
labels
Aug 30, 2017
sarken
merged commit f7e6672
into
otwcode:master
Aug 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
elzj commentedAug 30, 2017
Issue
https://otwarchive.atlassian.net/browse/AO3-5137
Purpose
Fixes routing errors for a variety of autocomplete fields, including admin posts, skins, and collection filtering
Testing
All the autocompletes should work now