Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
AO3-4187 Fix empty tag dropdown when filtering news posts #3092
Conversation
| @@ -310,7 +290,7 @@ def update_settings(settings) | ||
| ### THEN | ||
| -When (/^I make a translation of an admin post$/) do | ||
| +When (/^I make a translation of an admin post( with tags)?$/) do |with_tags| |
sarken
added
the
Awaiting review
label
Oct 3, 2017
sarken
added
Reviewed: Ready to Merge
and removed
Awaiting review
labels
Oct 3, 2017
otw-deploy
closed this
Oct 31, 2017
zz9pzza
reopened this
Oct 31, 2017
elzj
merged commit 491399d
into
otwcode:master
Nov 25, 2017
redsummernight
deleted the
redsummernight:AO3-4187-news-tag-select
branch
Nov 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
redsummernight commentedOct 2, 2017
Issue
https://otwarchive.atlassian.net/browse/AO3-4187
Purpose
When filtering news posts, if a language is selected, the tag dropdown will have all tags across all posts of that language, instead of being empty.
Testing
See issue.