commit/galaxy-central: dannon: Fix for history_contents API file display.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/17d57db9a7c0/ changeset: 17d57db9a7c0 user: dannon date: 2012-05-09 15:12:42 summary: Fix for history_contents API file display. affected #: 1 file diff -r 317e326803d42db705c93d4c59e92c1eb764fa36 -r 17d57db9a7c04467dbd82eaa66027e3fa5e38bc2 lib/galaxy/web/api/history_contents.py --- a/lib/galaxy/web/api/history_contents.py +++ b/lib/galaxy/web/api/history_contents.py @@ -55,7 +55,7 @@ try: item = content.get_api_value( view='element' ) if trans.user_is_admin() or trans.app.config.expose_dataset_path: - item['file_name'] = hda.file_name + item['file_name'] = content.file_name if not item['deleted']: # Problem: Method url_for cannot use the dataset controller # Get the environment from DefaultWebTransaction and use default webapp mapper instead of webapp API mapper 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