You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ep...@apache.org on 2020/10/15 18:02:25 UTC

[lucene-solr] branch pr1985 created (now 68375a6)

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a change to branch pr1985
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


      at 68375a6  Fix the refreshing of the scope

This branch includes the following new commits:

     new 68375a6  Fix the refreshing of the scope

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[lucene-solr] 01/01: Fix the refreshing of the scope

Posted by ep...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch pr1985
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 68375a6333efe3ee68ddb40ac335bc9f288f61c8
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Thu Oct 15 14:01:48 2020 -0400

    Fix the refreshing of the scope
---
 solr/webapp/web/js/angular/controllers/collections.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/webapp/web/js/angular/controllers/collections.js b/solr/webapp/web/js/angular/controllers/collections.js
index 4284be0..6f95629 100644
--- a/solr/webapp/web/js/angular/controllers/collections.js
+++ b/solr/webapp/web/js/angular/controllers/collections.js
@@ -257,7 +257,7 @@ solrAdminApp.controller('CollectionsController',
           $timeout(function () {
             shard.replicaAdded = false;
             shard.showAdd = false;
-            $$scope.refresh();
+            $scope.refresh();
           }, 2000);
         });
       };