diff options
| author | Michel Etienne | 2014-06-24 10:47:10 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-06-24 10:47:10 +0200 |
| commit | ec3e4a5e37af032041c990f27494b0698ceca0e5 (patch) | |
| tree | e2ab033be58d98a8ae46e3dc9785d55f1d0a6b57 /app/views/networks | |
| parent | 24eac112be18f086f787ca8c828b9b1a4ee6e84c (diff) | |
| download | chouette-core-ec3e4a5e37af032041c990f27494b0698ceca0e5.tar.bz2 | |
object creation fails when automatic objectid gives existing one, Mantis 25466
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/_form.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/networks/_form.erb b/app/views/networks/_form.erb index 935a61efc..61b52a6a4 100644 --- a/app/views/networks/_form.erb +++ b/app/views/networks/_form.erb @@ -7,7 +7,7 @@ <%= form.input :description %> <%= form.input :source_name %> <%= form.input :source_identifier %> - <%= form.input :objectid, :required => !@network.new_record?, :input_html => { :disabled => !@network.new_record? } %> + <%= form.input :objectid, :required => !@network.new_record? %> <% end %> <%= form.actions do %> |
