mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
Inventory refactor: fixed activity stream display on inventory edit page.
This commit is contained in:
@@ -546,10 +546,7 @@ angular.module('SearchHelper', ['RestServices', 'Utilities', 'RefreshHelper'])
|
||||
|
||||
// Call after modal dialogs to remove any lingering callbacks
|
||||
scope.searchCleanup = function() {
|
||||
console.log('search cleanup!');
|
||||
scope.removeDoSearch();
|
||||
//scope.removeFoundObject();
|
||||
//scope.removeResultWarning();
|
||||
scope.removePrepareSearch();
|
||||
scope.removePrepareSearch2();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user