I have a Contest winner selection view that is set to select a winner manually, and there's an exposed filter to allow the admin type in a "City" to filter for users in that city. However, once a city is typed in and a member is found, the "Confirm and finalize results" button disappears.

It seems like the user is brought to the View's page, and is no longer in the Contest Node's Contest section. How could this be fixed?

Comments

vinoth.3v’s picture

for a quick fix, please enable the ajax in view so redirect will not happen. I will fix the path override in view and update to drupal git soon.

Thank you for reporting the issue .

TahitiPetey’s picture

I have tried, but when I enable AJAX in Views, all it does is make me download an ajax file when I clicked on Confirm and finalize results.

vinoth.3v’s picture

New fix is committed to git just now. please try the latest dev version once drupal packaging manager update the code.

TahitiPetey’s picture

Great, the button no longer disappears if Apply is pressed, although every time Apply is pressed for an exposed filter, the node id is added to the url, so if you press it more than a few times, you get something like this:
http://localhost/node/91/simple_contest/91/91/91/91/91/91/91/91/91?city=...

Also, on the Winners page, the Winner that is picked does not show up, what do I need to do to get that working?