Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Javascript code improvement.
-
Empty show more show less
Description
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.