-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Javascript code improvement.
-
Emptyshow more show less
Remove the null safe operator (.?) in the javascript code where it is used. It is to risky to use since it covers only null and undefined states.