Actions
Bug #5501
closedContains condition on a multiselect with no value causes JS error
Description
split can't be ran on null, but an empty multiselect returns a val() of null resulting in a JS error. It needs to be properly tested or converted to string as needed to avoid this.
Actions