We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an admin, If you have 24+ (say, 35) products, you should only be able to see the first 24 products and a loadMoreProducts button.
loadMoreProducts
When you click on this button, the rest of the products should be loaded onto the page, and the button should disappear.
As an admin with 24+ products, all the 24+ products are displayed, together with the loadMoreProducts button.
When you click on the button, nothing happens. The button does not disappear.
Node: 6.2.2 NPM: 3.10.9 Meteor Node: 4.8.3 Meteor NPM: 4.6.1 Reaction CLI: 0.10.0 Reaction: 1.3.0 Reaction branch: development Docker: 1.13.0
I've observed this behavior on master as well.
master
N.B: As a non-admin, the behavior is as expected. This only happens as an admin.
The text was updated successfully, but these errors were encountered:
desaawa
No branches or pull requests
Expected behavior
As an admin, If you have 24+ (say, 35) products, you should only be able to see the first 24 products and a
loadMoreProducts
button.When you click on this button, the rest of the products should be loaded onto the page, and the button should disappear.
Actual Behavior
Bug 1
As an admin with 24+ products, all the 24+ products are displayed, together with the
loadMoreProducts
button.Bug 2
When you click on the button, nothing happens. The button does not disappear.
Steps to Reproduce the Behavior
loadMoreProducts
button (Bug 1).Versions
Node: 6.2.2
NPM: 3.10.9
Meteor Node: 4.8.3
Meteor NPM: 4.6.1
Reaction CLI: 0.10.0
Reaction: 1.3.0
Reaction branch: development
Docker: 1.13.0
I've observed this behavior on
master
as well.N.B: As a non-admin, the behavior is as expected. This only happens as an admin.
The text was updated successfully, but these errors were encountered: