SOLR-11933: make DIH safer by not default checking the clean checkbox

This closes #316
This commit is contained in:
epugh 2018-01-31 15:41:18 -05:00 committed by Tomas Fernandez Lobbe
parent c508068240
commit 62537bebc4
2 changed files with 3 additions and 1 deletions

View File

@ -260,6 +260,8 @@ Other Changes
* SOLR-11613: Make message for missing dataimport config in UI more explicit. (Shawn Heisey, Amrit Sarkar via Cassandra Targett)
* SOLR-11933: Make DIH UI page safer by not default checking the clean checkbox (Eric Pugh via Tomás Fernández Löbbe)
================== 7.2.1 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

View File

@ -96,7 +96,7 @@ solrAdminApp.controller('DataImportController',
$scope.form = {
command: "full-import",
verbose: false,
clean: true,
clean: false,
commit: true,
showDebug: false,
custom: "",