mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 07:51:51 -05:00
Activity stream clear-all bug fixes. Re-enabled smart search directive test which required tweaking karma conf.
This commit is contained in:
@@ -235,7 +235,7 @@ function SmartSearchController (
|
||||
};
|
||||
|
||||
$scope.clearAllTerms = () => {
|
||||
const cleared = _.cloneDeep(defaults);
|
||||
const cleared = _(defaults).omit(_.isNull).value();
|
||||
|
||||
delete cleared.page;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user