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

[TASK] Deprecate some RegistrationManager methods #3491

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

oliverklee
Copy link
Owner

  • allowsRegistrationByDate
  • allowsRegistrationBySeats
  • canRegisterIfLoggedInMessage
  • canRegisterIfLoggedIn
  • couldThisUserRegister
  • existsSeminar
  • existsSeminarMessage
  • isUserRegistered
  • registrationHasStarted

Fixes #3423
Fixes #3428
Fixes #3431
Fixes #3434
Fixes #3437

- `allowsRegistrationByDate`
- `allowsRegistrationBySeats`
- `canRegisterIfLoggedInMessage`
- `canRegisterIfLoggedIn`
- `couldThisUserRegister`
- `existsSeminar`
- `existsSeminarMessage`
- `isUserRegistered`
- `registrationHasStarted`

Fixes #3423
Fixes #3428
Fixes #3431
Fixes #3434
Fixes #3437
@oliverklee oliverklee self-assigned this Sep 14, 2024
@oliverklee oliverklee enabled auto-merge (squash) September 14, 2024 14:12
@oliverklee oliverklee merged commit 67d5ede into main Sep 14, 2024
63 checks passed
@oliverklee oliverklee deleted the task/deprecate-reg-manager-methods branch September 14, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment