Skip to content

Commit fcce25d

Browse files
committed
FIX: Demointeroperability.kpi filters dropdown menu
This addressed to the issue intersystems-community/DeepSeeWeb/issues/290/1344219495@github.com
1 parent 95abbb1 commit fcce25d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

MDX2JSON/Utils.cls

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ ClassMethod WriteFiltersForDataSource(pDataSource As %String, pValues As %Boolea
188188
set key = $order(tFilters(key))
189189
}
190190
}
191-
191+
//this logic simply replace "4" in array to "Yaxis","Yaxis","" and pass it to the %ArrayToJSON
192+
if $g(tFilters(28))=4 set tFilters(28)=$lb("Yaxis","Yaxis","")
193+
192194
set st = ##class(%ZEN.Auxiliary.jsonProvider).%ArrayToJSON($lb("name","path","info"),.tFilters)
193195

194196
return st

0 commit comments

Comments
 (0)