From e61474c10be3f31c20ff53b83c687f3899325ed0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Mar 2011 13:52:23 +0000 Subject: Issues from Vedrins tests resolved, compound rendering issues moved to opentox/compound --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application.rb') diff --git a/application.rb b/application.rb index f6e03cc..fc21414 100644 --- a/application.rb +++ b/application.rb @@ -192,7 +192,7 @@ post '/models' do # create a new model task = OpenTox::Task.create("Uploading dataset and creating lazar model",url_for("/models",:full)) do |task| task.progress(5) - @model.update :status => "Uploading and saving dataset" + @model.update :status => "Uploading and saving dataset", :task_uri => task.uri begin @dataset = OpenTox::Dataset.create(nil, subjectid) # check format by extension - not all browsers provide correct content-type]) -- cgit v1.2.3