Skip to content

Fix NPE with Single Choice OptionValues

Raphael Mäder requested to merge HTS-255 into master

Created by: zahariev

  • While restoring the value of a Single Choice OptionAttribute you could get empty string, if the user has selected no option whatsoever. This was throwing NPEs, which is fixed in this commit.

Merge request reports