You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2015/05/19 23:15:49 UTC

svn commit: r1680393 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/webapp/ solr/webapp/web/img/chosen-sprite-2x.png solr/webapp/web/js/angular/app.js

Author: erick
Date: Tue May 19 21:15:49 2015
New Revision: 1680393

URL: http://svn.apache.org/r1680393
Log:
SOLR-7563: Angular JS 'core selector' dropdown is blank even if cores exist

Added:
    lucene/dev/branches/branch_5x/solr/webapp/web/img/chosen-sprite-2x.png
      - copied unchanged from r1680389, lucene/dev/trunk/solr/webapp/web/img/chosen-sprite-2x.png
Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/webapp/   (props changed)
    lucene/dev/branches/branch_5x/solr/webapp/web/js/angular/app.js

Modified: lucene/dev/branches/branch_5x/solr/webapp/web/js/angular/app.js
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/webapp/web/js/angular/app.js?rev=1680393&r1=1680392&r2=1680393&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/webapp/web/js/angular/app.js (original)
+++ lucene/dev/branches/branch_5x/solr/webapp/web/js/angular/app.js Tue May 19 21:15:49 2015
@@ -332,7 +332,6 @@ solrAdminApp.controller('MainController'
             $scope.currentCore = core;
         }
       }
-      $scope.cores = cores;
     });
     System.get(function(data) {
       $scope.isCloudEnabledCloud = data.mode.match( /solrcloud/i )