progressivetech / net.ourpowerbase.qrcodecheckin

QRCode Checkin allows you to send an email that contains a scanable code to the registered participants for your event.
Other
16 stars 15 forks source link

See Participant Role ID #23

Closed themak1985 closed 2 years ago

themak1985 commented 2 years ago

First - amazing plugin - thank you for making it.

Is there a way to see a participant's role ID when checking people in?

If they are an Attendee, Volunteer, Host, Speaker, etc?

Happy to hardcode it on our end, but would like some guidance, if possible.

jmcclelland commented 2 years ago

Sure, I would welcome a patch that does that. I think you'd just need to make small changes to CRM/Qrcodecheckin/Page/QrcodecheckinLanding.php and the corresponding template file in templates/CRM/Qrcodecheckin/Page/QrcodecheckinLanding.tpl. You should be able to see how the other fields are handled and would only need to add a line for the participant role.

jmcclelland commented 2 years ago

Fixed via https://github.com/progressivetech/net.ourpowerbase.qrcodecheckin/pull/24