Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LINK-1369 | Support multilingual confirmation_message and instructions fields #53

Merged

Commits on Jun 27, 2023

  1. Show correct language version of the confirmation message and add reg…

    …istration instructions to event info
    jorilindell committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4866c6f View commit details
    Browse the repository at this point in the history
  2. Prevent to reserve seats or signup is enrolment is not open

    - Enrolment is closed if enrolment_start_time is defined and is in the future or enrolment_end_time is defined and is in the past
    - Show different warning message if enrolment is open but there is no available seats
    - Add reserved seats to available seats amount if there is already reservation in the session storage
    - Disable enrolment form also if there is no available places and seats reservation is not stored to session storage
    
    Revert "Prevent to reserve seats or signup is enrolment is not open"
    
    This reverts commit adeed9b.
    jorilindell committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9bb2e59 View commit details
    Browse the repository at this point in the history