Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
_form.html.erb 1.42 KB
_invocation_form.html.erb 153 Bytes

Latest revisions

# Date Author Comment
989e0aad 08/09/2021 03:08 PM Leos Stejskal

Fixes #32822 - Job templates and resource picker

New `resource` user input type for templates with
template macro `input_resource` returning the resource object

1059d089 12/21/2020 09:20 AM Ondřej Ezr

Fixes #31284 - template input registry (#8130)

Introduce template input registry.
Allow new input types to be registered to the TemplateInput.

Allows API params, UI form, validation and Resolver for every input.

c8908140 11/23/2020 09:26 AM Ondřej Ezr

Fixes #30934 - improve template invocation_form inputs

Using `react_form_input` helper, that was introduced in 810504a13c
for rendering template invocation react inputs.

Hides all the input type implementations into a one helper method
to hide the implementation differences between React and Rails implemented inputs.

bc69987f 11/11/2020 01:26 PM Marek Hulán

Fixes #28214 - Disable all locked template input fields

Some template input fields were not properly disabled for locked templates, causing different UI for different fields

1340be39 09/02/2020 09:10 AM Amir Fefer

Fixes #30603 - replace mount_react_component in templates helper

5059cd45 04/03/2020 01:49 PM Marek Hulán

Fixes #29464 - plain inputs can be hidden

Some inputs can be sensitive. Users typing such values would prefer to
have the value hidden in the form. The sensitive information can be a
password, private key or general multiline text. Therefore we aren't
limitting the input to type=password, but use text area with hiding...

b3c1ffb0 10/08/2019 05:45 PM Oleh Fedorenko

Fixes #11367 - Default values for the template inputs

5d4da11d 09/05/2019 12:56 PM Ondřej Ezr

Fixes #27662 - template inputs - adding field

5b645686 04/05/2019 07:14 AM Amir Fefer

Fixes #26080 - Add autocomplete and date to report template (#6531)

9f914ea2 10/04/2018 10:42 AM Marek Hulán

Fixes #25102 - introduce template inputs

This adds the formal template inputs to all templates. It's heavily
based on current implementation from remote execution plugin.

View revisions

Also available in: Atom