]> git.openstreetmap.org Git - rails.git/commitdiff
Forward the `comment` hash parameter to iD
authorJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 6 Oct 2014 21:47:36 +0000 (14:47 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 6 Oct 2014 21:47:36 +0000 (14:47 -0700)
See https://github.com/openstreetmap/iD/commit/21da76cf8060832e36d341d9bd41dd1142810b08

app/views/site/_id.html.erb

index db611f4286855f0603816515435f367d59525c33..7ddee6218269792a64b18bbc4301ce15945d84e3 100644 (file)
       params.background = hashParams.background;
     }
 
+    if (hashParams.comment) {
+      params.comment = hashParams.comment;
+    }
+
 <% if params[:gpx] -%>
     params.gpx = '<%= trace_data_url(params[:gpx]) %>';
 <% else -%>