From 1a06702dbe009f8b0e4f3e373c0f50ea6d61be5e Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Thu, 7 Feb 2019 11:36:37 -0800 Subject: [PATCH] Resolve conductor configuration immediately (#2276) * Set time system / bounds immediately based on conductor configuration * Hide date picker if not UTC based time system. Improve Conductor configuration error messages. --- index.html | 208 +----------------------- src/plugins/timeConductor/Conductor.vue | 5 +- src/plugins/timeConductor/plugin.js | 56 +++---- 3 files changed, 29 insertions(+), 240 deletions(-) diff --git a/index.html b/index.html index 7ec6a77eb0..5109e7f638 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,9 @@ diff --git a/src/plugins/timeConductor/Conductor.vue b/src/plugins/timeConductor/Conductor.vue index 222ec14ca7..de60b54504 100644 --- a/src/plugins/timeConductor/Conductor.vue +++ b/src/plugins/timeConductor/Conductor.vue @@ -36,6 +36,7 @@ v-model="formattedBounds.start" @change="validateAllBounds(); submitForm()" /> @@ -65,11 +66,11 @@ ref="endDate" @change="validateAllBounds(); submitForm()"> + @date-selected="endDateSelected">