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)
7777 // set page title
7878 ViewBag . Title = PresentationModel . GetViewTitleForTenant ( TITLE , this . Session . GetTenant ( ) ) ;
7979
80- if ( model . ComponentsSet . SelectedValue == "Old " )
80+ if ( model . ComponentsSet . SelectedValue == "OldSet " )
8181 selectedDataStructureId = ( int ) Settings . get ( "lui:datastructureOldComponentsSet" ) ;
8282 else
8383 selectedDataStructureId = ( int ) Settings . get ( "lui:datastructureNewComponentsSet" ) ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public LUIQueryModel()
3131 ComponentsSet = new RadioButtonControlHelper ( ) ;
3232
3333 //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 " } ;
3636
3737
3838 // fill RawVsCalc
Original file line number Diff line number Diff line change 3535 console . log ( datasetIdOld ) ;
3636 console . log ( selecteddataset ) ;
3737
38- if ( selecteddataset == "Old " ) {
38+ if ( selecteddataset == "OldSet " ) {
3939
4040 datasetId = datasetIdOld ;
4141 versionId = versionIdOld ;
You can’t perform that action at this time.
0 commit comments