X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7e3496abb1b8c70607df37b6f096c8acd42d714d..88650e2c0020e1122449d7b91ad3ebf78bab9d23:/apps/workbench/app/controllers/actions_controller.rb diff --git a/apps/workbench/app/controllers/actions_controller.rb b/apps/workbench/app/controllers/actions_controller.rb index 62c0b32e1e..347644bdbd 100644 --- a/apps/workbench/app/controllers/actions_controller.rb +++ b/apps/workbench/app/controllers/actions_controller.rb @@ -158,6 +158,7 @@ class ActionsController < ApplicationController normalized = arv_normalize combined newc = Collection.new({:manifest_text => normalized}) + newc.name = newc.name || "Collection created at #{Time.now.localtime}" newc.save! chash.each do |k,v|