Active
Project:
Simple Contest
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2011 at 07:03 UTC
Updated:
13 Nov 2011 at 20:16 UTC
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
Comment #1
vinoth.3v commentedfor 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 .
Comment #2
TahitiPetey commentedI 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.
Comment #3
vinoth.3v commentedNew fix is committed to git just now. please try the latest dev version once drupal packaging manager update the code.
Comment #4
TahitiPetey commentedGreat, 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?