Catalog UI Policy value shows None after selecting value from dropdown menu and saving the formIssue When creating a Catalog UI Policy, setting a value and saving, users may encounter an issue where the value shows "--None--" but the value does save to the XML.ReleaseAll releasesCauseThis is caused by spaces in the value of the question_choice record for the drop-down menu. For example, the issue would occur with a value of "X Y Z" but not with a value of "X_Y_Z".ResolutionReplace all spaces in the question_choice value with underscores.