From 2d33e440679796dd0e28bd6be633747630e93390 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 19 Jan 2026 19:59:19 -0500 Subject: [PATCH] feat(configmanager): add DataTemplates for form view automatic selection Add Window.DataTemplates section to MainWindow.axaml to enable automatic view selection when SelectedFormViewModel is set. Each form ViewModel type is now mapped to its corresponding View. --- .../Views/MainWindow.axaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEW/src/Utils/JdeScoping.ConfigManager/Views/MainWindow.axaml b/NEW/src/Utils/JdeScoping.ConfigManager/Views/MainWindow.axaml index 5f62e56..4d5d371 100644 --- a/NEW/src/Utils/JdeScoping.ConfigManager/Views/MainWindow.axaml +++ b/NEW/src/Utils/JdeScoping.ConfigManager/Views/MainWindow.axaml @@ -1,6 +1,8 @@ + + + + + + + + + + + + + + + + + + + + + + + +