* Display the latest update date in document collection view * Don't consider "" as a missing option when initializing the drop down list. * Don't flag "" as a missing option when validatng server-side. --------- Co-authored-by: Laura Neto <12862535+lauraneto@users.noreply.github.com>
This commit is contained in:
@@ -128,6 +128,7 @@ public class MultiValuePropertyEditorTests
|
||||
Assert.AreEqual("Item 3", result.Items[2]);
|
||||
}
|
||||
|
||||
[TestCase("", true, "")]
|
||||
[TestCase("Red", true, "")]
|
||||
[TestCase("Yellow", false, "notOneOfOptions")]
|
||||
[TestCase("Red,Green", true, "")]
|
||||
|
||||
Reference in New Issue
Block a user