From da21187529e78280d6d82c7c6ca7fdf3a8ab8b82 Mon Sep 17 00:00:00 2001 From: Rakan Date: Wed, 17 Jun 2026 09:07:01 +0200 Subject: [PATCH] The ticket specified also partially paid entries should be affected by the package lockdown https://github.com/eurofurence/reg-attendee-service/issues/263 --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 23e8101..aa987f2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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', { @@ -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