Skip to content

Commit 7e2bce9

Browse files
authored
[TASK] Drop removed configuration option from default TypoScript (#4276)
Followup to #4231
1 parent 84a0f41 commit 7e2bce9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5353
### Changed
5454

5555
- !!! Always allow unregistration before the unregistration deadline even
56-
with empty waiting list (#4231)
56+
with empty waiting list (#4231, #4276)
5757
- Move some event fields to a new tab "information for attendees" (#4201)
5858
- Improve the hover texts in the BE module (#4195)
5959
- CSV-export the registration date by default (#4156)

Configuration/TypoScript/PluginShared.typoscript

-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ plugin.tx_seminars {
7272
# whether registration for events without a date should be possible
7373
allowRegistrationForEventsWithoutDate = 0
7474

75-
# Whether unregistration is possible even when there are no registrations
76-
# on the waiting list yet.
77-
allowUnregistrationWithEmptyWaitingList = 0
78-
7975
# whether to waiting list registrations automatically will succeed to regular registrations when someone unregisters
8076
# and hence a vacancy is created
8177
automaticallyFillVacanciesOnUnregistration = 1

0 commit comments

Comments
 (0)