SOLR-4284: Admin UI - Fix Schema-Browser-Link on Analysis-Screen

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Matheis 2013-01-29 18:20:47 +00:00
parent 243cb60ed2
commit 99dae78095
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ sammy.get
var type_or_name = $( '#type_or_name', analysis_form );
var schema_browser_element = $( '#tor_schema' );
var schema_browser_path = $( 'p > a', active_core ).attr( 'href' ) + '/schema-browser'
var schema_browser_path = app.core_menu.find( '.schema-browser a' ).attr( 'href' );
var schema_browser_map = { 'fieldname' : 'field', 'fieldtype' : 'type' };
type_or_name