Skip to content

Commit

Permalink
Remove trackster grid makos for library and dataset selection, attemp…
Browse files Browse the repository at this point in the history
…t to refresh grid without rebuild
  • Loading branch information
guerler committed Jul 10, 2017
1 parent 0214a55 commit 548bc67
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 111 deletions.
10 changes: 3 additions & 7 deletions client/galaxy/scripts/viz/visualization.js
Expand Up @@ -48,13 +48,9 @@ var select_datasets = function(dataset_url, add_track_async_url, filters, succes
$history_grid.empty().append( history_grid.$el );
var history_list = new Ui.Select.View({
onchange: function( history_id ) {
var history_grid = new GridView( {
url_base : Galaxy.root + 'visualization/list_history_datasets?f-history=' + history_id,
url_data : filters,
dict_format : true,
embedded : true
});
$history_grid.empty().append( history_grid.$el );
//history_grid.grid.set( 'url_base', Galaxy.root + 'visualization/list_history_datasets?f-history=' + history_id );
history_grid.grid.set( 'filter', { 'history' : history_id } );
history_grid.update_grid();
}
});
$.ajax( {
Expand Down
2 changes: 1 addition & 1 deletion static/maps/viz/visualization.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/viz/visualization.js

Large diffs are not rendered by default.

This file was deleted.

84 changes: 0 additions & 84 deletions templates/webapps/galaxy/tracks/history_select_grid.mako

This file was deleted.

13 changes: 0 additions & 13 deletions templates/webapps/galaxy/tracks/library_datasets_select_grid.mako

This file was deleted.

0 comments on commit 548bc67

Please sign in to comment.