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

fix: update encoded slashes so the path will match #29

Closed SARCASMOOO closed 1 year ago

SARCASMOOO commented 1 year ago

The issue is in Drupal CivCRM, the slashes are converted to %3A.

Since the slashes are converted in the URL, the participant ID can not be grabbed and the user can not click attend. In order to fix this convert the %3A to a slash when a user clicks attend.

Please see the related issue. https://github.com/progressivetech/net.ourpowerbase.qrcodecheckin/issues/28

jmcclelland commented 1 year ago

Perfect - thanks!