From fef1d06a2eb15a0fd36eb91124af413a19d95528 Mon Sep 17 00:00:00 2001 From: epugh Date: Wed, 31 Jan 2018 15:41:18 -0500 Subject: [PATCH] make DIH safer by not default checking the clean checkbox --- solr/webapp/web/js/angular/controllers/dataimport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/webapp/web/js/angular/controllers/dataimport.js b/solr/webapp/web/js/angular/controllers/dataimport.js index cebf27ab8785..c31b6f0fbe76 100644 --- a/solr/webapp/web/js/angular/controllers/dataimport.js +++ b/solr/webapp/web/js/angular/controllers/dataimport.js @@ -96,7 +96,7 @@ solrAdminApp.controller('DataImportController', $scope.form = { command: "full-import", verbose: false, - clean: true, + clean: false, commit: true, showDebug: false, custom: "",