Use secret_key and secret_value in variable form field names
This commit is contained in:
parent
28a5f8c60a
commit
763c82f0b3
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
- id_input_name = "#{form_field}[variables_attributes][][id]"
|
||||
- destroy_input_name = "#{form_field}[variables_attributes][][_destroy]"
|
||||
- key_input_name = "#{form_field}[variables_attributes][][key]"
|
||||
- value_input_name = "#{form_field}[variables_attributes][][value]"
|
||||
- key_input_name = "#{form_field}[variables_attributes][][secret_key]"
|
||||
- value_input_name = "#{form_field}[variables_attributes][][secret_value]"
|
||||
- protected_input_name = "#{form_field}[variables_attributes][][protected]"
|
||||
|
||||
%li.js-row.ci-variable-row{ data: { is_persisted: "#{!id.nil?}" } }
|
||||
|
|
Loading…
Reference in a new issue