garrensmith commented on a change in pull request #950: Simplify Mango/Query
panel layout
URL: https://github.com/apache/couchdb-fauxton/pull/950#discussion_r132196299
##########
File path: app/addons/documents/index-results/actions.js
##########
@@ -123,17 +123,10 @@ export default {
},
reloadResultsList: function () {
- if (indexResultsStore.getTypeOfIndex() === 'mango') {
- return this.newResultsList({
- collection: indexResultsStore.getCollection(),
- bulkCollection: indexResultsStore.getBulkDocCollection(),
- typeOfIndex: 'mango'
- });
- }
-
return this.newResultsList({
collection: indexResultsStore.getCollection(),
- bulkCollection: indexResultsStore.getBulkDocCollection()
+ bulkCollection: indexResultsStore.getBulkDocCollection(),
Review comment:
Nice
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services