Skip to content
Snippets Groups Projects

Resolve "Select maps for elections"

Merged Alexis POYEN requested to merge 76-select-maps-for-elections into master
14 files
+ 156
38
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -104,6 +104,8 @@ func (d *DataHandler) putElection(w http.ResponseWriter, r *http.Request, id int
}
o.Name = election.Name
o.BallotType = election.BallotType
o.MapAreaFile = election.MapAreaFile
o.MapSectionFile = election.MapSectionFile
d.db.Save(&o)
json.NewEncoder(w).Encode(o)
Loading