1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/6f26e35204ab/ changeset: 6f26e35204ab user: dannon date: 2011-06-08 22:30:59 summary: Fix for bitbucket issue 527, proper inheritance in model for APIItem. affected #: 1 file (6 bytes) --- a/lib/galaxy/model/__init__.py Wed Jun 08 16:25:15 2011 -0400 +++ b/lib/galaxy/model/__init__.py Wed Jun 08 16:30:59 2011 -0400 @@ -1106,7 +1106,7 @@ name = unicode( name, 'utf-8' ) return name def get_api_value( self, view='collection' ): - rval = super( APIItem, self ).get_api_value( vew=view ) + rval = super( LibraryFolder, self ).get_api_value( vew=view ) info_association, inherited = self.get_info_association() if info_association: if inherited: 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.