@@ -56,19 +56,19 @@ angular
56
56
service . resetSelection = function ( node ) {
57
57
var include_selection ;
58
58
if ( node && _ . includes ( [ 'model' , 'seed' , 'snapshot' ] , node . resource_type ) ) {
59
- include_selection = '+' + node . name + '+' ;
59
+ include_selection = '1 +' + node . name + '+1 ' ;
60
60
} else if ( node && node . resource_type == 'source' ) {
61
- include_selection = '+source:' + node . source_name + "." + node . name + '+' ;
61
+ include_selection = '1 +source:' + node . source_name + "." + node . name + '+1 ' ;
62
62
} else if ( node && node . resource_type == 'exposure' ) {
63
- include_selection = '+exposure:' + node . name ;
63
+ include_selection = '1 +exposure:' + node . name ;
64
64
} else if ( node && node . resource_type == 'metric' ) {
65
- include_selection = '+metric:' + node . name ;
65
+ include_selection = '1 +metric:' + node . name ;
66
66
} else if ( node && node . resource_type == 'semantic_model' ) {
67
- include_selection = '+semantic_model:' + node . name ;
67
+ include_selection = '1 +semantic_model:' + node . name ;
68
68
} else if ( node && node . resource_type == 'saved_query' ) {
69
- include_selection = '+saved_query:' + node . name ;
69
+ include_selection = '1 +saved_query:' + node . name ;
70
70
} else if ( node && _ . includes ( [ 'analysis' , 'test' , 'unit_test' ] , node . resource_type ) ) {
71
- include_selection = '+' + node . name ;
71
+ include_selection = '1 +' + node . name ;
72
72
} else {
73
73
include_selection = "" ;
74
74
}
0 commit comments