From 8bc098c3371b0deb2c64a4a8aae40b376ba74426 Mon Sep 17 00:00:00 2001 From: Brainslug Date: Thu, 21 Jul 2022 20:39:43 +0200 Subject: [PATCH] Conditions not working (partially) (#14488) * changed way of storing the formfield data in v-form * hacky translation implementation * updated translations without bombing the performance * removed debug code and refactored initial implementation * removed redundant useFormFields in users route * making proper use of useFormField results to not break the grid layout * removed limitation for conditions * Fix selection of foreign keys for value field in time series panel * Revert "removed redundant useFormFields in users route" This reverts commit c6f4f23cf84388ebdf6869df975170f1e1a39807. Co-authored-by: ian Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Co-authored-by: rijkvanzanten --- app/src/components/v-form/v-form.vue | 161 +++++++++++++-------------- app/src/panels/time-series/index.ts | 2 + 2 files changed, 81 insertions(+), 82 deletions(-) diff --git a/app/src/components/v-form/v-form.vue b/app/src/components/v-form/v-form.vue index 61713fa1d1..ba94716a1c 100644 --- a/app/src/components/v-form/v-form.vue +++ b/app/src/components/v-form/v-form.vue @@ -6,22 +6,22 @@ :fields="fields ? fields : []" @scroll-to-field="scrollToField" /> -