Activity stream clear-all bug fixes. Re-enabled smart search directive test which required tweaking karma conf.

This commit is contained in:
mabashian
2018-05-08 16:12:20 -04:00
parent b50bddbc93
commit 1807d0a910
8 changed files with 153 additions and 206 deletions

View File

@@ -235,7 +235,7 @@ function SmartSearchController (
};
$scope.clearAllTerms = () => {
const cleared = _.cloneDeep(defaults);
const cleared = _(defaults).omit(_.isNull).value();
delete cleared.page;