commit/galaxy-central: dan: Allow users to import copies of their own workflows.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/589e769ceab5/ changeset: r5262:589e769ceab5 user: dan date: 2011-03-23 23:06:04 summary: Allow users to import copies of their own workflows. affected #: 1 file (189 bytes) --- a/lib/galaxy/web/controllers/workflow.py Wed Mar 23 17:20:47 2011 -0400 +++ b/lib/galaxy/web/controllers/workflow.py Wed Mar 23 18:06:04 2011 -0400 @@ -329,8 +329,6 @@ stored = self.get_stored_workflow( trans, id, check_ownership=False ) if stored.importable == False: return trans.show_error_message( "The owner of this workflow has disabled imports via this link.<br>You can %s" % referer_message, use_panels=True ) - elif stored.user == trans.user: - return trans.show_error_message( "You can't import this workflow because you own it.<br>You can %s" % referer_message, use_panels=True ) elif stored.deleted: return trans.show_error_message( "You can't import this workflow because it has been deleted.<br>You can %s" % referer_message, use_panels=True ) else: 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)
-
Bitbucket