[hg] galaxy 2861: Fixed bug that prevented copying datasets to a...
details: http://www.bx.psu.edu/hg/galaxy/rev/c7dd346c20d5 changeset: 2861:c7dd346c20d5 user: jeremy goecks <jeremy.goecks at emory.edu> date: Thu Oct 08 22:01:36 2009 -0400 description: Fixed bug that prevented copying datasets to a new history. 1 file(s) affected in this change: lib/galaxy/web/controllers/dataset.py diffs (12 lines): diff -r 682cde08c3d5 -r c7dd346c20d5 lib/galaxy/web/controllers/dataset.py --- a/lib/galaxy/web/controllers/dataset.py Thu Oct 08 21:02:36 2009 -0400 +++ b/lib/galaxy/web/controllers/dataset.py Thu Oct 08 22:01:36 2009 -0400 @@ -363,7 +363,7 @@ new_history = trans.app.model.History() if new_history_name: new_history.name = new_history_name - new_history_name = user + new_history.user = user new_history.flush() target_history_ids.append( new_history.id ) if user:
participants (1)
-
Greg Von Kuster