[ 
https://issues.apache.org/jira/browse/SOLR-14359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083233#comment-17083233
 ] 

Jan Høydahl commented on SOLR-14359:
------------------------------------

Ok, did some research and I must have somehow changed index.html between my 
working patch and merge, cause I was using {{data-placeholder-text-single}} 
when the correct is {{placeholder-text-single}}.

The patch to fix this in both master and 8.5.x is:
{code}
Index: solr/webapp/web/index.html
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- solr/webapp/web/index.html  (revision 
3236d38c8b71a337698d46da5f94213e20b2bbae)
+++ solr/webapp/web/index.html  (date 1586870863765)
@@ -180,7 +180,7 @@
           <div ng-show="!http401">
             <div id="collection-selector" ng-show="isCloudEnabled">
               <div id="has-collections" ng-show="collections.length!=0">
-                <select data-placeholder-text-single="Collection Selector"
+                <select placeholder-text-single="'Collection Selector'"
                         ng-model="currentCollection"
                         chosen
                         ng-change="showCollection(currentCollection)"
@@ -206,7 +206,7 @@
             </div>
             <div id="core-selector">
               <div id="has-cores" ng-show="cores.length!=0">
-                <select data-placeholder-text-single="Core Selector"
+                <select placeholder-text-single="'Core Selector'"
                         ng-model="currentCore"
                         chosen
                         ng-change="showCore(currentCore)"
{code}

> Admin UI has "Select an option" for collections and cores drop-downs.
> ---------------------------------------------------------------------
>
>                 Key: SOLR-14359
>                 URL: https://issues.apache.org/jira/browse/SOLR-14359
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: 8.5
>            Reporter: Erick Erickson
>            Assignee: Jan Høydahl
>            Priority: Minor
>             Fix For: 8.6, 8.5.1
>
>         Attachments: Screen Shot 2020-03-23 at 10.23.43 AM.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to