setting correct ids for the files in the editor after creating a new submission. Still a bit clumsy concerning the passed json parameters, but does the job.

This commit is contained in:
Ralf Teusner
2015-06-24 20:22:53 +02:00
parent 6229b5de8d
commit 3e04222367
2 changed files with 38 additions and 4 deletions

View File

@@ -1 +1 @@
json.extract! @submission, :download_url, :id, :score_url, :render_url, :run_url, :stop_url, :test_url
json.extract! @submission, :download_url, :id, :score_url, :render_url, :run_url, :stop_url, :test_url, :files