risdenk commented on code in PR #594:
URL: https://github.com/apache/solr/pull/594#discussion_r858952490
##########
solr/webapp/web/js/angular/controllers/query.js:
##########
@@ -209,7 +247,7 @@ solrAdminApp.controller('QueryController',
$location.search(key, adminParams[key]);
}
var currentUrl = $location.$$url;
- if (previousUrl === currentUrl) { //if the query send with same
parameters the query should be executed
+ if (previousUrl === currentUrl) { //if the query send with same
parameters
Review Comment:
@betulince I don't think this comment was addressed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]