Merge branch 'master' into 3296-user-profile
[arvados.git] / apps / workbench / app / controllers / projects_controller.rb
index d243ef426800b44fe5cd9b351be67bc33b8222d4..2b605d3f834feb4e5deb425598a3b16522f2094f 100644 (file)
@@ -71,12 +71,7 @@ class ProjectsController < ApplicationController
           dst.owner_uuid = target_uuid
           dst.tail_uuid = target_uuid if dst.class == Link
         end
-        begin
-          dst.save!
-        rescue
-          dst.name += " (#{Time.now.localtime})" if dst.respond_to? :name=
-          dst.save!
-        end
+        dst.save!
       end
     end
     session[:selected_move_items] = nil