Skip to content

Commit

Permalink
fix bug that caused errors in REST put/add choice
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhaegen Cedrik committed Feb 10, 2015
1 parent bc945be commit 0121447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atramhasis/static/admin/src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ define([
var superordinates = array.map(form.superordinates, function(item){ return {"id": item}; });

var rowToAdd = {
"id:": form.concept_id,
// "id:": form.concept_id,
"type": form.ctype,
"labels": form.label,
"notes": form.note,
Expand Down

0 comments on commit 0121447

Please sign in to comment.