File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1194,7 +1194,6 @@ var hivtrace_cluster_network_graph = function (
1194
1194
if ( n . added > latest_date ) {
1195
1195
latest_date = n . added ;
1196
1196
}
1197
- n . autoadded = false ;
1198
1197
} catch ( e ) { }
1199
1198
} ) ;
1200
1199
} ) ;
@@ -2954,7 +2953,7 @@ var hivtrace_cluster_network_graph = function (
2954
2953
2955
2954
panel_object . _append_node = function ( node ) {
2956
2955
if ( ! ( "_priority_set_date" in node ) ) {
2957
- node [ "_priority_set_date" ] = self . getCurrentDate ( ) ;
2956
+ node [ "_priority_set_date" ] = createdDate ;
2958
2957
} else {
2959
2958
}
2960
2959
if ( ! ( "_priority_set_kind" in node ) ) {
@@ -5989,6 +5988,7 @@ var hivtrace_cluster_network_graph = function (
5989
5988
if ( current_node_set ) {
5990
5989
self . open_priority_set_editor (
5991
5990
[ ] ,
5991
+ "" ,
5992
5992
"Merged from " + [ ...current_selection ] . join ( " and " )
5993
5993
) ;
5994
5994
self
@@ -8867,7 +8867,7 @@ var hivtrace_cluster_network_graph = function (
8867
8867
d3 . select ( "#priority_set_table_download" ) . on ( "click" , function ( d ) {
8868
8868
helpers . export_csv_button (
8869
8869
self . priority_groups_export_sets ( ) ,
8870
- "priority_set_table "
8870
+ "clusters_of_interest_table "
8871
8871
) ;
8872
8872
} ) ;
8873
8873
}
You can’t perform that action at this time.
0 commit comments