From 89313fa811c67bdb7f32ba3587e3fe279bd640d5 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 29 Aug 2023 16:12:24 +0200 Subject: [PATCH] Add BookingFolder.holidays default --- .../prenotazioni/content/prenotazioni_folder.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/redturtle/prenotazioni/content/prenotazioni_folder.py b/src/redturtle/prenotazioni/content/prenotazioni_folder.py index bceda0e6..cd44f82a 100644 --- a/src/redturtle/prenotazioni/content/prenotazioni_folder.py +++ b/src/redturtle/prenotazioni/content/prenotazioni_folder.py @@ -379,7 +379,18 @@ def get_options(): ), required=False, value_type=schema.TextLine(), - default=[], + default=[ + "01/01/*", + "06/01/*", + "25/04/*", + "01/05/*", + "02/06/*", + "15/08/*", + "01/11/*", + "08/12/*", + "25/12/*", + "26/12/*", + ], ) futureDays = schema.Int(