From 961f691cf03b0701787eae3506ba7fa18d06279c Mon Sep 17 00:00:00 2001 From: imod Date: Sun, 5 May 2013 17:49:42 +0200 Subject: [PATCH] [FIXED JENKINS-17858] allow to be defaulting to a specifig instance --- .../main/resources/lib/form/dropdownDescriptorSelector.jelly | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly b/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly index c68760382f..aad0a87e51 100644 --- a/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly +++ b/core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly @@ -39,7 +39,8 @@ THE SOFTWARE. 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. + If specified, this will be chosen as the default value in case the current selection is null. The default can be an specific instance or a descriptor e.g. + ${descriptor.defaultSettingsProvider} or ${descriptor.defaultSettingsProvider.descriptor}. In the later case, the from input fields will be empty. @@ -49,6 +50,7 @@ THE SOFTWARE. +