commit/galaxy-central: dannon: Merged in kellrott/galaxy-farm/workflow-input-fix (pull request #552)

1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/93723d1cf699/ Changeset: 93723d1cf699 User: dannon Date: 2014-11-08 00:48:15+00:00 Summary: Merged in kellrott/galaxy-farm/workflow-input-fix (pull request #552) Fixing workflow import to correctly set the uuid Affected #: 1 file diff -r 04644e64c498ca4eacbfa1c6df26cb546705b96c -r 93723d1cf699eab771ccde086d34bec1fd1c22e6 lib/galaxy/web/base/controller.py --- a/lib/galaxy/web/base/controller.py +++ b/lib/galaxy/web/base/controller.py @@ -1596,6 +1596,8 @@ else: name = data['name'] workflow.name = name + if 'uuid' in data: + workflow.uuid = data['uuid'] # Assume no errors until we find a step that has some workflow.has_errors = False # Create each step Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org