commit/galaxy-central: dannon: Fix error in managers collections_util.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/aa8754d33a04/ Changeset: aa8754d33a04 User: dannon Date: 2015-01-22 20:39:56+00:00 Summary: Fix error in managers collections_util. Affected #: 1 file diff -r cf423ef6e6160e0437336c08c526ced45f8a9987 -r aa8754d33a0487fd4525e1a22cffd48e3caf436e lib/galaxy/managers/collections_util.py --- a/lib/galaxy/managers/collections_util.py +++ b/lib/galaxy/managers/collections_util.py @@ -76,7 +76,7 @@ # TODO: Work in progress - this end-point is not right yet... dict_value[ 'url' ] = web.url_for( 'library_content', library_id=encoded_library_id, id=encoded_id, folder_id=encoded_folder_id ) if view == "element": - collection = dataset_colleciton_instance.collection + collection = dataset_collection_instance.collection dict_value[ 'elements' ] = map( dictify_element, collection.elements ) dict_value[ 'populated' ] = collection.populated security.encode_all_ids( dict_value, recursive=True ) # TODO: Use Kyle's recusrive formulation of this. 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