commit/galaxy-central: carlfeberhard: api/history_contents: temporarily disabling get_display_types
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a3ecba6f3e0c/ changeset: a3ecba6f3e0c user: carlfeberhard date: 2012-12-17 16:50:34 summary: api/history_contents: temporarily disabling get_display_types affected #: 1 file diff -r 4033d81b3311e105f79377cfe64df5861851f5d1 -r a3ecba6f3e0c1ecc719a42b6bccfa0b32746ba27 lib/galaxy/webapps/galaxy/api/history_contents.py --- a/lib/galaxy/webapps/galaxy/api/history_contents.py +++ b/lib/galaxy/webapps/galaxy/api/history_contents.py @@ -196,7 +196,7 @@ hda_dict[ 'meta_files' ] = meta_files hda_dict[ 'display_apps' ] = get_display_apps( trans, hda ) - hda_dict[ 'display_types' ] = get_display_types( trans, hda ) + #hda_dict[ 'display_types' ] = get_display_types( trans, hda ) hda_dict[ 'visualizations' ] = hda.get_visualizations() hda_dict[ 'peek' ] = to_unicode( hda.display_peek() ) 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