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

ASF GitHub Bot commented on SOLR-8626:
--------------------------------------

GitHub user treygrainger opened a pull request:

    https://github.com/apache/lucene-solr/pull/23

    SOLR-8626: Fix urls for nodes in cloud graph view

    This fixes SOLR-8626 (identical patch submitted on JIRA) by removing the 
invalid (404) links on collections and cores in the graph view. The issue 
existed - and has been fixed - in both the flat graph view and the radial view. 
Additionally, when one was in the radial view and clicked on the link for a 
node, it would switch back to flat graph view when navigating to the other 
node, so the patch also improves the link in the radial view so that it 
preserves the user's current view type on the URL when navigating between nodes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/treygrainger/lucene-solr SOLR-8626

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/23.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23
    
----
commit dc4a490eb4edf49972849eb42b604fe490a88d75
Author: Trey Grainger <c...@treygrainger.com>
Date:   2016-03-20T04:21:16Z

    SOLR-8626: Fix urls for nodes in cloud graph view

----


> [ANGULAR] 404 error when clicking nodes in cloud graph view
> -----------------------------------------------------------
>
>                 Key: SOLR-8626
>                 URL: https://issues.apache.org/jira/browse/SOLR-8626
>             Project: Solr
>          Issue Type: Bug
>          Components: UI
>            Reporter: Jan Høydahl
>            Assignee: Upayavira
>         Attachments: SOLR-8626.patch
>
>
> h3. Reproduce:
> # {{bin/solr start -c}}
> # {{bin/solr create -c mycoll}}
> # Goto http://localhost:8983/solr/#/~cloud
> # Click a collection name in the graph -> 404 error. URL: 
> {{/solr/mycoll/#/~cloud}}
> # Click a shard name in the graph -> 404 error. URL: {{/solr/shard1/#/~cloud}}
> Only verified in Trunk, but probably exists in 5.4 as well



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to