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

ASF subversion and git services commented on SOLR-14483:
--------------------------------------------------------

Commit 3d0e2b0fc8c92d1963f4b74b48632eb0c684990f in lucene-solr's branch 
refs/heads/branch_8x from Eric Pugh
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=3d0e2b0 ]

SOLR-14483 (#1988)

* fixed broken select box

* converted tabs to spaces :sigh:

* Fix the refreshing of the scope

* track fix

Co-authored-by: sayan.das <[email protected]>

> AdminUI - Create replica - empty drop-down
> ------------------------------------------
>
>                 Key: SOLR-14483
>                 URL: https://issues.apache.org/jira/browse/SOLR-14483
>             Project: Solr
>          Issue Type: Bug
>          Components: Admin UI
>    Affects Versions: 8.5.1
>         Environment: Debian-10 based
> Solr: 8.5.1
> Firefox/google-chrome
>            Reporter: Morten Bøgeskov
>            Assignee: David Eric Pugh
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When you wish to add a replica using the Admin UI, and press the "add 
> replica" button (under a shard):
>  *  A json document is fetched: 
> /solr/admin/zookeeper?_=xxx&path=%2Flive_nodes&wt=json
>  ** payload:
>  ** {{{"tree":[{
>  "text":"/live_nodes","a_attr":{
>  "href":"admin/zookeeper?detail=true&path=%2Flive_nodes"},
>  "children":[{
>  "text":"host-1.example.com:8983_solr","a_attr":{
>  
> "href":"admin/zookeeper?detail=true&path=%2Flive_nodes%2Fhost-1.example.com%3A8983_solr"},
>  "ephemeral":true,
>  "version":0},...}}
>  * A JavaScript console error:
>  ** Firefox:
>  ** {{TypeError: "children[child].data is undefined"}}
>     Angular 15
>     jQuery 8
>     Angular 24{{ Possibly unhandled rejection: {} 
> [angular.min.js:146:303|http://socl-p01:18003/solr/libs/angular.min.js]}}
>     Angular 15
>     jQuery 8
> {{    Angular 24}}
>  ** Google-chrome:
>  ** TypeError: Cannot read property 'title' of undefined
>  at collections.js:219
>  at I (angular-resource.min.js:31)
>  at angular.min.js:159
>  at m.$digest (angular.min.js:170)
>  at m.$apply (angular.min.js:174)
>  at k (angular.min.js:125)
>  at v (angular.min.js:130)
>  at XMLHttpRequest.y.onload (angular.min.js:131) "Possibly unhandled 
> rejection: {}"
> Resulting in an empty drop-down.
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to