From f135b1b8d935f4091152f31c4dd25c86cf98ed2e Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Fri, 12 Oct 2012 19:49:33 +0000 Subject: [PATCH] FIXED - task 579: Rebuild services map when deleting recon service - patch from sergio@wikier.org http://code.google.com/p/google-refine/issues/detail?id=579 git-svn-id: http://google-refine.googlecode.com/svn/trunk@2578 7d457c2a-affb-35e4-300a-418c747d4874 --- main/webapp/modules/core/scripts/reconciliation/recon-manager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main/webapp/modules/core/scripts/reconciliation/recon-manager.js b/main/webapp/modules/core/scripts/reconciliation/recon-manager.js index c9aa0834b..f616e43ad 100644 --- a/main/webapp/modules/core/scripts/reconciliation/recon-manager.js +++ b/main/webapp/modules/core/scripts/reconciliation/recon-manager.js @@ -115,6 +115,7 @@ ReconciliationManager.unregisterService = function(service, f) { break; } } + ReconciliationManager._rebuildMap(); ReconciliationManager.save(f); };