Project

General

Profile

« Previous | Next » 

Revision 571614ae

Added by Joseph Magen over 9 years ago

fixes #7560 - add :required => true on host fields that have conditional validation if host.managed?

View differences:

app/views/common/os_selection/_architecture.html.erb
:label => _("Operating system"),
:disabled => arch_oss.empty? ? true : false,
:help_inline => :indicator,
:onchange => 'os_selected(this);', :'data-url' => method_path('os_selected')}
:onchange => 'os_selected(this);', :'data-url' => method_path('os_selected'), :required => true}
%>
<% end %>

Also available in: Unified diff