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] Drop removed configuration option from default TypoScript #4276

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Changed

- !!! Always allow unregistration before the unregistration deadline even
with empty waiting list (#4231)
with empty waiting list (#4231, #4276)
- Move some event fields to a new tab "information for attendees" (#4201)
- Improve the hover texts in the BE module (#4195)
- CSV-export the registration date by default (#4156)
Expand Down
4 changes: 0 additions & 4 deletions Configuration/TypoScript/PluginShared.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ plugin.tx_seminars {
# whether registration for events without a date should be possible
allowRegistrationForEventsWithoutDate = 0

# Whether unregistration is possible even when there are no registrations
# on the waiting list yet.
allowUnregistrationWithEmptyWaitingList = 0

# whether to waiting list registrations automatically will succeed to regular registrations when someone unregisters
# and hence a vacancy is created
automaticallyFillVacanciesOnUnregistration = 1
Expand Down