Revision 13ebd49d
Added by Daniel Lobato Garcia almost 8 years ago
app/controllers/containers/steps_controller.rb | ||
---|---|---|
58 | 58 |
else |
59 | 59 |
@docker_container_wizard_states_environment = @state.environment |
60 | 60 |
process_error( |
61 |
:error_msg => service.errors, |
|
61 |
:error_msg => service.errors.full_messages.join(','),
|
|
62 | 62 |
:object => @state.environment, |
63 | 63 |
:render => 'environment') |
64 | 64 |
end |
Also available in: Unified diff
Fixes #10779 - Error messages hidden after wizard