commit/galaxy-central: dannon: Update hide action to reflect what output is being hidden.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e9ced769e4f3/ Changeset: e9ced769e4f3 User: dannon Date: 2013-08-22 15:05:41 Summary: Update hide action to reflect what output is being hidden. Affected #: 1 file diff -r 315ee3999082396e751e7478f0ac2a4247ba5e70 -r e9ced769e4f3d348875d014a16c82b32ec748517 lib/galaxy/jobs/actions/post.py --- a/lib/galaxy/jobs/actions/post.py +++ b/lib/galaxy/jobs/actions/post.py @@ -242,8 +242,8 @@ } """ @classmethod - def get_short_str(cls, trans): - return "Hide this dataset." + def get_short_str(cls, pja): + return "Hide output '%s'." % pja.output_name class DeleteDatasetAction(DefaultJobAction): # This is disabled for right now. Deleting a dataset in the middle of a workflow causes errors (obviously) for the subsequent steps using the data. 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