This commit is contained in:
Rashid Khan
2013-10-17 14:53:58 -07:00
parent 98c15da15b
commit 15edbaaf31
+1 -1
View File
@@ -36,7 +36,7 @@ function (angular, _, config) {
var fields = [];
_.each(m, function(types) {
_.each(types, function(v) {
fields = _.union(fields,_.keys(v));
fields = _.without(_.union(fields,_.keys(v)),'_all','_source');
});
});
return fields;