commit/galaxy-central: greg: Change the tool shed grid ToolsFunctionallyCorrectColumn column type.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ebe882ab26c4/ Changeset: ebe882ab26c4 User: greg Date: 2013-05-20 21:51:10 Summary: Change the tool shed grid ToolsFunctionallyCorrectColumn column type. Affected #: 1 file diff -r ae1fb20222cc7d075009b59295e247c00616bc15 -r ebe882ab26c4abbd7b3fa85161864257a3f785a6 lib/tool_shed/grids/repository_grids.py --- a/lib/tool_shed/grids/repository_grids.py +++ b/lib/tool_shed/grids/repository_grids.py @@ -121,7 +121,7 @@ return escape_html( repository.revision( trans.app ) ) - class ToolsFunctionallyCorrectColumn( grids.BooleanColumn ): + class ToolsFunctionallyCorrectColumn( grids.TextColumn ): def get_value( self, trans, grid, repository ): # This column will display the value associated with the currently displayed metadata revision. @@ -1130,7 +1130,7 @@ return '' - class ToolsFunctionallyCorrectColumn( grids.BooleanColumn ): + class ToolsFunctionallyCorrectColumn( grids.TextColumn ): def get_value( self, trans, grid, repository ): # This column will display the value associated with the currently displayed metadata revision. 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