Revision f4c209f1
Added by Dmitri Dolguikh about 8 years ago
app/helpers/container_steps_helper.rb | ||
---|---|---|
10 | 10 |
registries = DockerRegistry.with_taxonomy_scope_override(@location, @organization) |
11 | 11 |
.authorized(:view_registries) |
12 | 12 |
field(f, 'docker_container_wizard_states_image[registry_id]', :label => _("Registry")) do |
13 |
collection_select :wizard_states_image, :registry_id, |
|
13 |
collection_select :docker_container_wizard_states_image, :registry_id,
|
|
14 | 14 |
registries, |
15 | 15 |
:id, :name, |
16 | 16 |
{ :prompt => _("Select a registry") }, |
Also available in: Unified diff
fixes #9004: wizard moves correctly between persisted states now