add multi-valued options
Reported by Greg Schueler | February 28th, 2011 @ 02:34 PM | in Rundeck 1.2
Add options that can support multiple selections. The new option definitions should include a way to define the delimiter character, and when multiple values are selected in the GUI.
e.g.:
<option name="test" multivalued="true" delimiter="+" values="a,b,c"/>
The user could select multiple values in the GUI, then the job is executed with these args:
-test a+b+c
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Attachments
Referenced by
- 220 add multi-valued options (from [0efa33f95d1f78205ebd499cc9da88f96cba4ceb]) Initial...
- 220 add multi-valued options (from [8db6fb27fa5b55a3c25b56e66aa852b4d8fcb827]) Update ...