Skip to content
Open
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
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ const configMmc = {
} as const

const configEf = {
version: 14, // increment to prevent loading local storage (new year, pricing changes, default packages)
version: 15, // increment to prevent loading local storage (new year, pricing changes, default packages)
eventName: 'Eurofurence',
registrationLaunch: DateTime.fromISO('2026-01-01T20:00:00+02:00'), // set early enough to allow testing
registrationExpirationDate: DateTime.fromISO('2026-08-22', {
Expand Down Expand Up @@ -1054,7 +1054,7 @@ const configEf = {
rules: 'https://help.eurofurence.org/legal/roc',
contact: 'https://help.eurofurence.org/contact',
},
disablePackageEditForStatuses: ['checked-in', 'cancelled'],
disablePackageEditForStatuses: ['partially-paid', 'paid', 'checked-in', 'cancelled'],
disableCCPayments: false,
disableSEPAPayments: false,
} as const
Expand Down