From e35f4f06d7bf8c94109abb1586f2497e6c2a3e6f Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 21 Dec 2021 15:06:40 +0100 Subject: [PATCH] env to allow multi date span per day --- src/app/core/services/poll.service.ts | 2 +- .../form/steps/step-three/step-three.component.html | 6 ++++-- .../form/steps/step-three/step-three.component.ts | 1 + src/environments/environment.ts | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/core/services/poll.service.ts b/src/app/core/services/poll.service.ts index 8bdd49d3..48cea048 100644 --- a/src/app/core/services/poll.service.ts +++ b/src/app/core/services/poll.service.ts @@ -47,7 +47,7 @@ export class PollService implements Resolve { public showDateInterval = false; public allowSeveralHours = false; public richTextMode = false; - public mode_calendar = true; + public mode_calendar = false; public calendar: Date[] = [new Date()]; public disabled_dates: Date[] = []; diff --git a/src/app/features/administration/form/steps/step-three/step-three.component.html b/src/app/features/administration/form/steps/step-three/step-three.component.html index 2490e3fe..56a2fe7c 100644 --- a/src/app/features/administration/form/steps/step-three/step-three.component.html +++ b/src/app/features/administration/form/steps/step-three/step-three.component.html @@ -25,8 +25,10 @@
- - +