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

Ryan McKinley commented on SOLR-3371:
-------------------------------------

This works for everything except the "cores" page -- I tried following the 
pattern and chaning:
{code}
===================================================================
--- web/js/scripts/cores.js     (revision 1327715)
+++ web/js/scripts/cores.js     (working copy)
@@ -104,7 +104,7 @@
 // #/~cores
 sammy.get
 (
-  /^#\/~(cores)$/,
+  /^#\/(~cores)$/,
   function( context )
   {
     delete app.cores_template;
{code} 

but that fails when I click on it.  (i links to /#/~cores/core0)

                
> Admin UI breaks with a core named 'logging' or 'threads'
> --------------------------------------------------------
>
>                 Key: SOLR-3371
>                 URL: https://issues.apache.org/jira/browse/SOLR-3371
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>            Reporter: Ryan McKinley
>            Assignee: Stefan Matheis (steffkes)
>             Fix For: 4.0
>
>         Attachments: SOLR-3371.patch
>
>
> If you make a core with the name "logging" or "threads" the UI gets confused 
> with the logging or threads page.
> It seems like the ~threads and ~logging should be enough to distinguish

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to