Branch: refs/heads/release_17.01 Home: https://github.com/galaxyproject/galaxy Commit: 99c8f2c9fc6f335863f134a5b8b4055d5079cfe1 https://github.com/galaxyproject/galaxy/commit/99c8f2c9fc6f335863f134a5b8b40... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-31 (Fri, 31 Mar 2017) Changed paths: M lib/galaxy/managers/workflows.py Log Message: ----------- Fix setting UUID on steps when copying steps from another workflow. It seems like the client is correctly setting the UUID to None, but the backend is treating the None as a UUID because it was (incorrectly IMO) making a distinction between ``uuid`` being absent and being set to ``None``. Fixes #3845. Commit: 268aac29526b3526a42457576e8de7867c2bfe1f https://github.com/galaxyproject/galaxy/commit/268aac29526b3526a42457576e8de... Author: Nicola Soranzo <nsoranzo@tiscali.it> Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M lib/galaxy/managers/workflows.py Log Message: ----------- Merge pull request #3856 from jmchilton/1701_uuid_on_copy_fix [17.01] Fix setting UUID on steps when copying steps from another workflow. Compare: https://github.com/galaxyproject/galaxy/compare/c8eb2c186def...268aac29526b