Inventory refactor: fixed activity stream display on inventory edit page.

This commit is contained in:
chris Houseknecht
2014-01-20 13:34:11 -05:00
parent b9cde9cc42
commit 8f5642e13e
7 changed files with 73 additions and 44 deletions

View File

@@ -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();
}