File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public ActionResult CalculateLUI(LUIQueryModel model)
77
77
// set page title
78
78
ViewBag . Title = PresentationModel . GetViewTitleForTenant ( TITLE , this . Session . GetTenant ( ) ) ;
79
79
80
- if ( model . ComponentsSet . SelectedValue == "Old " )
80
+ if ( model . ComponentsSet . SelectedValue == "OldSet " )
81
81
selectedDataStructureId = ( int ) Settings . get ( "lui:datastructureOldComponentsSet" ) ;
82
82
else
83
83
selectedDataStructureId = ( int ) Settings . get ( "lui:datastructureNewComponentsSet" ) ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public LUIQueryModel()
31
31
ComponentsSet = new RadioButtonControlHelper ( ) ;
32
32
33
33
//fill ComponentsSet
34
- ComponentsSet . SelectedValue = "New " ;
35
- ComponentsSet . Values = new List < string > ( ) { "Old " , "New " } ;
34
+ ComponentsSet . SelectedValue = "NewSet " ;
35
+ ComponentsSet . Values = new List < string > ( ) { "OldSet " , "NewSet " } ;
36
36
37
37
38
38
// fill RawVsCalc
Original file line number Diff line number Diff line change 35
35
console . log ( datasetIdOld ) ;
36
36
console . log ( selecteddataset ) ;
37
37
38
- if ( selecteddataset == "Old " ) {
38
+ if ( selecteddataset == "OldSet " ) {
39
39
40
40
datasetId = datasetIdOld ;
41
41
versionId = versionIdOld ;
You can’t perform that action at this time.
0 commit comments