From ac290e3245a8a888b697ed6643547862fdcac837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Mon, 20 Mar 2023 12:17:03 +0100 Subject: [PATCH] Allow future/past only on time only fields --- .../ModuleFields/Configurator/DateTime.vue | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/client/web/compose/src/components/ModuleFields/Configurator/DateTime.vue b/client/web/compose/src/components/ModuleFields/Configurator/DateTime.vue index 683ff0a1d..3cd8e6718 100644 --- a/client/web/compose/src/components/ModuleFields/Configurator/DateTime.vue +++ b/client/web/compose/src/components/ModuleFields/Configurator/DateTime.vue @@ -12,20 +12,19 @@ > {{ $t('kind.dateTime.timeOnly') }} - + + + {{ $t('kind.dateTime.pastValuesOnly') }} + + + {{ $t('kind.dateTime.futureValuesOnly') }} + {{ $t('kind.dateTime.relativeOutput') }}