Skip to content
New issue

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

Fixed pagination issue in admin review grid #21105

Merged
merged 4 commits into from
Mar 1, 2019
Merged

Fixed pagination issue in admin review grid #21105

merged 4 commits into from
Mar 1, 2019

Conversation

dominicfernando
Copy link
Contributor

Fixed Issues

When entering the number which greater than last page id then trigger/ show the exception in DEV mode and a blank page in production mode

Manual testing scenarios (*)

  1. Goto Marketing -> User Content -> Reviews -> Grid
  2. Enter number grater than last page id

selection_016

Expected Result

Proper admin error message or redirect to the last page

Actual result

Blank page in production mode and show exception in dev mode

Fixed solution

Redirect to the last page

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-engcom-team
Copy link
Contributor

Hi @dominicfernando. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento-engcom-team give me test instance - deploy test instance based on PR changes
  • @magento-engcom-team give me 2.3-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Assistant documentation

@magento-engcom-team magento-engcom-team added Area: Lib/Frontend Release Line: 2.3 Partner: ISM eCompany Pull Request is created by partner ISM eCompany partners-contribution Pull Request is created by Magento Partner labels Feb 10, 2019
@dominicfernando dominicfernando changed the title Fixed pagination issue admin review grid Fixed pagination issue in admin review grid Feb 10, 2019
@VladimirZaets VladimirZaets self-assigned this Feb 20, 2019
@magento-engcom-team
Copy link
Contributor

Hi @VladimirZaets, thank you for the review.
ENGCOM-4341 has been created to process this Pull Request

@priti2jcommerce
Copy link
Contributor

priti2jcommerce commented Feb 20, 2019 via email

@nilesh2jcommerce
Copy link

nilesh2jcommerce commented Feb 20, 2019 via email

@ajay2jcommerce
Copy link

ajay2jcommerce commented Feb 20, 2019 via email

@amol2jcommerce
Copy link
Contributor

amol2jcommerce commented Feb 20, 2019 via email

@dipti2jcommerce
Copy link

dipti2jcommerce commented Feb 20, 2019 via email

@prakash2jcommerce
Copy link

prakash2jcommerce commented Feb 20, 2019 via email

@nainesh2jcommerce
Copy link
Contributor

nainesh2jcommerce commented Feb 20, 2019 via email

@prakash2jcommerce
Copy link

prakash2jcommerce commented Feb 20, 2019 via email

@ajay2jcommerce
Copy link

ajay2jcommerce commented Feb 20, 2019 via email

@amol2jcommerce
Copy link
Contributor

amol2jcommerce commented Feb 20, 2019 via email

@nainesh2jcommerce
Copy link
Contributor

nainesh2jcommerce commented Feb 20, 2019 via email

@prakash2jcommerce
Copy link

prakash2jcommerce commented Feb 20, 2019 via email

@prakash2jcommerce
Copy link

prakash2jcommerce commented Feb 20, 2019 via email

@nainesh2jcommerce
Copy link
Contributor

nainesh2jcommerce commented Feb 20, 2019 via email

@prakash2jcommerce
Copy link

prakash2jcommerce commented Feb 20, 2019 via email

@amol2jcommerce
Copy link
Contributor

amol2jcommerce commented Feb 20, 2019 via email

@nilesh2jcommerce
Copy link

nilesh2jcommerce commented Feb 20, 2019 via email

@ajay2jcommerce
Copy link

ajay2jcommerce commented Feb 20, 2019 via email

@dipti2jcommerce
Copy link

dipti2jcommerce commented Feb 20, 2019 via email

@amol2jcommerce
Copy link
Contributor

amol2jcommerce commented Feb 20, 2019 via email

@prakash2jcommerce
Copy link

prakash2jcommerce commented Feb 20, 2019 via email

@nilesh2jcommerce
Copy link

nilesh2jcommerce commented Feb 20, 2019 via email

@ajay2jcommerce
Copy link

ajay2jcommerce commented Feb 20, 2019 via email

@nilesh2jcommerce
Copy link

nilesh2jcommerce commented Feb 20, 2019 via email

@amol2jcommerce
Copy link
Contributor

amol2jcommerce commented Feb 20, 2019 via email

@prakash2jcommerce
Copy link

prakash2jcommerce commented Feb 20, 2019 via email

@amol2jcommerce
Copy link
Contributor

amol2jcommerce commented Feb 20, 2019 via email

@nilesh2jcommerce
Copy link

nilesh2jcommerce commented Feb 20, 2019 via email

@ajay2jcommerce
Copy link

ajay2jcommerce commented Feb 20, 2019 via email

@dipti2jcommerce
Copy link

dipti2jcommerce commented Feb 20, 2019 via email

@dipti2jcommerce
Copy link

dipti2jcommerce commented Feb 20, 2019 via email

@ajay2jcommerce
Copy link

ajay2jcommerce commented Feb 20, 2019 via email

@nainesh2jcommerce
Copy link
Contributor

nainesh2jcommerce commented Feb 20, 2019 via email

@amol2jcommerce
Copy link
Contributor

amol2jcommerce commented Feb 20, 2019 via email

@nainesh2jcommerce
Copy link
Contributor

nainesh2jcommerce commented Feb 20, 2019 via email

@nainesh2jcommerce
Copy link
Contributor

nainesh2jcommerce commented Feb 20, 2019 via email

@ajay2jcommerce
Copy link

ajay2jcommerce commented Feb 20, 2019 via email

@nilesh2jcommerce
Copy link

nilesh2jcommerce commented Feb 20, 2019 via email

@prakash2jcommerce
Copy link

prakash2jcommerce commented Feb 20, 2019 via email

@ajay2jcommerce
Copy link

ajay2jcommerce commented Feb 20, 2019 via email

@magento-engcom-team magento-engcom-team merged commit 6dd73f0 into magento:2.3-develop Mar 1, 2019
@ghost
Copy link

ghost commented Mar 1, 2019

Hi @dominicfernando, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Lib/Frontend Award: bug fix Partner: ISM eCompany Pull Request is created by partner ISM eCompany partners-contribution Pull Request is created by Magento Partner Progress: accept Release Line: 2.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.