aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns
diff options
context:
space:
mode:
authorMichel Etienne2014-06-24 16:41:49 +0200
committerMichel Etienne2014-06-24 16:41:49 +0200
commit7909f7db83dbdeee280a7010bdf0a90d2b7e7e95 (patch)
tree58be95372f7f7d77643af8e14dc0ce65d604cd0d /app/views/journey_patterns
parent3d046b1a470712836a2bfe15f0be46cd8cc5c73b (diff)
parente511535bcca2e090899db2f697c1d9ceac8c4c9b (diff)
downloadchouette-core-7909f7db83dbdeee280a7010bdf0a90d2b7e7e95.tar.bz2
merge V2_4
Diffstat (limited to 'app/views/journey_patterns')
-rw-r--r--app/views/journey_patterns/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/journey_patterns/_form.html.erb b/app/views/journey_patterns/_form.html.erb
index 9577edd2c..771283885 100644
--- a/app/views/journey_patterns/_form.html.erb
+++ b/app/views/journey_patterns/_form.html.erb
@@ -5,7 +5,7 @@
<%= form.input :registration_number %>
<%= form.input :comment %>
<%= form.input :stop_point_ids, :label => stop_point_ids_label(@journey_pattern), :as => :check_boxes, :collection => @route.stop_points.map { |s| [s.stop_area.name, s.id.to_s]}, :input_html => (@journey_pattern.new_record? ? { :checked => 'checked' }:{}) %>
- <%= form.input :objectid, :required => !@journey_pattern.new_record?, :input_html => { :disabled => !@journey_pattern.new_record? } %>
+ <%= form.input :objectid, :required => !@journey_pattern.new_record? %>
<% end %>
<%= form.actions do %>