From 9daa2288ee475cef86235ec5c6fff3b79da31b52 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Sat, 18 Dec 2010 15:08:27 -0800 Subject: [PATCH] Infer descriptors if unspecified. --- .../resources/lib/form/dropdownDescriptorSelector.jelly | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly b/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly index e590fe24ee..03b563296e 100644 --- a/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly +++ b/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly @@ -33,14 +33,18 @@ THE SOFTWARE. Human readable title of this control. - + Collection that lists up all the valid candidate descriptors. + If unspecified, inferred from the type of the field. If specified, this will be chosen as the default value in case the current selection is null. - + + + + -- GitLab