Actions
Bug #2839
closedcollection log links broken in workbench
Start date:
05/20/2014
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Started GET "/collections/xxxx/yyy.log.txt?disposition=inline&size=272294" for 127.0.0.1 at 2014-05-20 14:34:14 +0000
Processing by CollectionsController#show_file as HTML
Parameters: {"disposition"=>"inline", "size"=>"272294", "uuid"=>"xxxxx", "file"=>"yyy.log.txt"}
Completed 200 OK in 205ms (ActiveRecord: 0.0ms)
NameError (undefined local variable or method `arvados_api_client' for #<CollectionsController::FileStreamer:0x0000000647c470>):
app/controllers/collections_controller.rb:236:in `each'
Updated by Ward Vandewege over 10 years ago
Looks like this was fixed in 90744f405977dcfac40d5dea3dbe79391080b80d
Actions