From 0bb3581214dd6b29f5bc40b13564125105e369e9 Mon Sep 17 00:00:00 2001 From: Pablo Lopez Date: Mon, 6 Jan 2025 16:40:47 -0300 Subject: [PATCH] remove old scenario_constraints flag (#2062) --- src/interface/src/app/features/README.md | 5 ----- src/interface/src/app/features/features.json | 1 - .../constraints-panel/constraints-panel.component.html | 9 ++------- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/interface/src/app/features/README.md b/src/interface/src/app/features/README.md index c0e16bc11..49f4aa295 100644 --- a/src/interface/src/app/features/README.md +++ b/src/interface/src/app/features/README.md @@ -57,10 +57,6 @@ fixture.detectChanges(); ## Flag Descriptions -### scenario_constraints - -This flag will display the Max slope, Distance from roads, and Stand size inputs on the Scenario configuration page. - ### show_future_control_panel This flag will enable future condition options in the map control panel for all regions. A region-specific flag, "future_data", can be found for each @@ -108,7 +104,6 @@ for angular tests to pass. You can start with this, but later enable settings. ``` { - "scenario_constraints": false, "show_future_control_panel": false, "show_translated_control_panel": false "testFalseFeature": false, diff --git a/src/interface/src/app/features/features.json b/src/interface/src/app/features/features.json index fbb70c30e..5c0760f79 100644 --- a/src/interface/src/app/features/features.json +++ b/src/interface/src/app/features/features.json @@ -1,5 +1,4 @@ { - "scenario_constraints": false, "show_future_control_panel": false, "show_translated_control_panel": false, "top_percent_slider": true, diff --git a/src/interface/src/app/plan/create-scenarios/constraints-panel/constraints-panel.component.html b/src/interface/src/app/plan/create-scenarios/constraints-panel/constraints-panel.component.html index eea60d4c2..38305e50e 100644 --- a/src/interface/src/app/plan/create-scenarios/constraints-panel/constraints-panel.component.html +++ b/src/interface/src/app/plan/create-scenarios/constraints-panel/constraints-panel.component.html @@ -68,9 +68,7 @@
-
+
-
+