From 5394a9426bc78511e9c0d2c98f210a508f6e9c27 Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 7 May 2026 16:18:42 +0200 Subject: [PATCH] Add dynamic component rendering for component-line Restored OeFormlyField.ComponentLine - removed this in FEMS Backports 2026-05-01 (commit 26fa540c21) but left the type and call sites in place, silently dropping prediction charts in GridOptimizedCharge / TimeOfUseTariff / Production navigation views. --- .../formly-field-navigation/formly-field-navigation.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/src/app/shared/components/formly/formly-field-navigation/formly-field-navigation.html b/ui/src/app/shared/components/formly/formly-field-navigation/formly-field-navigation.html index 98c4458d3a..e28edbfa5b 100644 --- a/ui/src/app/shared/components/formly/formly-field-navigation/formly-field-navigation.html +++ b/ui/src/app/shared/components/formly/formly-field-navigation/formly-field-navigation.html @@ -156,6 +156,11 @@ } + @case ('component-line') { + + + } + @case ('select-line') {