After updating to 1.4, wait list functionality is no longer working. I am using settings like:

Enable registrations (checked)
Capacity (2)
...
Enable wait list (checked)
Wait list capacity (3)

After capacity is reached, clicking the Register link on the node produces this message:

"Sorry, registrations are no longer available for test"

Is this a bug or is there some other combination of settings we should be using to use wait list with 1.4?

Comments

.bert’s picture

I'm experiencing the same issue after upgrading to 1.4 from 1.3. It's as though the wait list settings are being ignored completely.

I've tried uninstalling & reinstalling the wait list module and creating new registration entities with wait list enabled as the default, but I get the same result.

It doesn't look like the wait list module changed with the last update, so it must be something else that changed with the main registration module.

Is anyone able to look into this? Or even point me in the right direction of where to look with the changes?

Thanks

smithmilner’s picture

Looks like I have the same issue. I've just installed entity registration on a clean drupal install and I can't get the waitlist to work. The registration form disappears as soon as capacity is met.

smithmilner’s picture

StatusFileSize
new1.13 KB

This is caused because registration_waitlist compares what errors are active on the registration form. If the error is a capacity error (the event is full) that the waitlist features turn on. Looks like there was a text change to the capacity error message which is being compared.

smithmilner’s picture

Status: Active » Needs review
sclsweb’s picture

dkane’s picture

I am experiencing the same issue after updating to 1.4.

bahebert’s picture

I'm experiencing the same problem. When capacity is reached, the form disappears and there's no way to get anyone on the waiting list.

.bert’s picture

Thanks for the patch smithmilner. I can confirm that it works as expected in our setup.

Alienpruts’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed, patch works.

Thanks,

cboyden’s picture

nrackleff’s picture

Assigned: Unassigned » nrackleff
nrackleff’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Status: Reviewed & tested by the community » Fixed

Thank you @smithmilner. We are using your patch and have also made this message a constant so it will always get updated in all instances. You patch will be added to next release.

  • nrackleff committed c683f10 on 7.x-1.x authored by smithmilner
    Issue #2483371 by smithmilner, nrackleff, amyvs: Wait list not working...
nrackleff’s picture

Assigned: nrackleff » Unassigned

  • nrackleff committed c683f10 on 7.x-2.x authored by smithmilner
    Issue #2483371 by smithmilner, nrackleff, amyvs: Wait list not working...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.