SOLR-11613: Make message for missing dataimport config in UI more explicit

This commit is contained in:
Cassandra Targett 2018-02-01 16:38:57 -06:00
parent a4320aab8d
commit 98a0b83714
2 changed files with 13 additions and 11 deletions

View File

@ -247,6 +247,8 @@ Other Changes
* SOLR-11848: Update Ref Guide to include info on grouping operations and using curl for large files. (Dariusz Wojtas via Cassandra Targett)
* SOLR-11613: Make message for missing dataimport config in UI more explicit. (Shawn Heisey, Amrit Sarkar via Cassandra Targett)
================== 7.2.1 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

View File

@ -16,7 +16,7 @@ limitations under the License.
-->
<div id="dataimport" class="clearfix">
<div ng-show="!hasHandlers">Sorry, no dataimport-handler defined!</div>
<div ng-show="!hasHandlers">The solrconfig.xml file for this index does not have an operational DataImportHandler defined!</div>
<div id="frame" ng-show="hasHandlers">
<div id="error" ng-show="error"></div>