Closed (fixed)
Project:
Entity Registration
Version:
7.x-1.x-dev
Component:
Registration Core
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
3 Jul 2012 at 18:05 UTC
Updated:
27 Jun 2014 at 21:08 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #1
jpontani commentedSetting as needs review, don't have time to fully test it but I pushed a fix that should hopefully take care of this.
Comment #2
jpontani commentedIt's also part of 2.x dev, not the 3.x dev.
Comment #3
sheldonkreger commentedI installed 7.x-2.x-dev to test, but I can't find any option to disable registration for other people. Where can I find it?
Comment #4
jpontani commentedThere is no option to disable it, it should do it automatically based on permissions. I'll try to test it myself later tonight.
Comment #5
twardnw commentedI'm getting an error when I use the latest 2.x-dev
Notice: Use of undefined constant REGISTRATION_REGISTRANT_TYPE_SELF - assumed 'REGISTRATION_REGISTRANT_TYPE_SELF' in commerce_registration_information_checkout_form() (line 118 of /Users/twardnw/Sites/cod7.dev/sites/all/modules/commerce_registration/includes/commerce_registration.checkout_pane.inc).(tagging as this relates to our current project)
Comment #6
twardnw commentedscreenshot
Comment #7
jpontani commentedCrap forgot to change that constant.
Attached patch should fix it.
Comment #8
twardnw commentedNo more error from the constant, was the fix supposed to deal with any of the excess field groups on the form?
Comment #9
twardnw commentedbah, got an error on the next page now
Comment #10
seanberto commentedIs this actually a Commerce Registration issue or an Entity Registrations issue? Joseph, you're really just embedding the registration form provided by the ER module, right? If that's the case, we should probably address the potential root issue in ER.
Comment #11
jpontani commentedThere's a mix of both here. Currently I just use field_attach_form to attach the registration bundle fields on the checkout pane and add the form field for "who this registration is for" so I can do some other custom work alongside the form generator. This also allows me to ignore the form redirect from ER on the default registration form page since Commerce does the redirection for me.
As far as I'm aware this functionality is not yet available in ER but it definitely could be.
Comment #12
seanberto commentedYeah, it's probably a question for Lev, but I would imagine that the select list should be adjusted in ER when only one type of registration is available for the Drupal user. (I've pinged him.)
Comment #13
jpontani commentedEventually my goal is to just override the redirect and validation/submission handlers and then just embed the registration form provided by ER, I just wanted to hold off new features for 2.x until we could iron out some underlying architectural things first.
Comment #14
levelos commentedThis is primary an issue with Entity Registrations and there's a similar ticket, #1692490: Automatically select when only one available option in This registration is for. I'm going to move this longer thread into that project. and mark the other ticket as a duplicate.
Comment #15
levelos commentedFixed in a88867636cb7122a91715d7acd5c3cc4a37de586. Not related to the patches attached in this post re: Commerce Registration.
Comment #16
kevinquillen commentedI just downloaded and overwrote with the dev version, but I am still seeing 'This registration is for:' on the form for a regular user who does not have permission.
Comment #17
kevinquillen commentedNevermind, didn't have the dev version of Commerce Registration, only Registration.
Comment #19
mortona2k commentedI'd like to use registration on a non commerce site. How can I use this feature (what is the plan for this module)?
Comment #20
kevinquillen commentedI believe you can. Commerce Registration is the bridge between Commerce and Entity Registrations.
Comment #21
seanberto commented