commit/galaxy-central: kanwei: trackster: Fix page switch links breaking in Add Tracks menu, restore Last Updated column
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/6ad638bf39fa/ changeset: r5406:6ad638bf39fa user: kanwei date: 2011-04-18 20:35:14 summary: trackster: Fix page switch links breaking in Add Tracks menu, restore Last Updated column affected #: 2 files (85 bytes) --- a/lib/galaxy/web/controllers/tracks.py Mon Apr 18 14:04:06 2011 -0400 +++ b/lib/galaxy/web/controllers/tracks.py Mon Apr 18 14:35:14 2011 -0400 @@ -60,6 +60,7 @@ datasets_param = "f-history" columns = [ NameColumn( "History Name", key="name", filterable="standard" ), + grids.GridColumn( "Last Updated", key="update_time", format=time_ago ), DbKeyPlaceholderColumn( "Dbkey", key="dbkey", model_class=model.HistoryDatasetAssociation, visible=False ) ] num_rows_per_page = 10 --- a/templates/tracks/history_select_grid.mako Mon Apr 18 14:04:06 2011 -0400 +++ b/templates/tracks/history_select_grid.mako Mon Apr 18 14:35:14 2011 -0400 @@ -12,7 +12,7 @@ <script type="text/javascript"> // Handle all label clicks. var f = function() { - $(".addtracktab, #grid-table-body a").click(function() { + $(".addtracktab, #grid-table a").click(function() { var parent_body = $(".divider").parent(); if (parent_body.length !== 0) { parent_body.load($(this).attr("href")); 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