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

Moving admin export form to Ui components #28188

Open
wants to merge 35 commits into
base: 2.4-develop
Choose a base branch
from

Conversation

elevinskii
Copy link
Member

@elevinskii elevinskii commented May 11, 2020

Description

Admin export form (System > Export) has been moved from blocks to Ui components.

The Pull Request adds the following Ui components:

  1. Magento_ImportExport::view/adminhtml/ui_component/export_form.xml
  2. Magento_ImportExport::view/adminhtml/ui_component/export_filter_grid.xml

Manual testing scenarios

  1. Go to the admin export page - System > Export
  2. Make sure all elements of the Ui form are correctly loaded, there are no errors in the console
  3. Choose Entity Type = Products, make sure grid with the product attributes is loaded without issues
  4. Check the sort and filter features of the grid - all should be fine there
  5. Export products through the button Continue below the grid, make sure the export was successful

Notes

  • All old php classes/layouts/phtml templates were marked as deprecated
  • Broken mftf selectors were fixed to make tests green
  • All new php classes were covered by unit tests

Resolved issues:

  1. resolves [Issue] Moving admin export form to Ui components #29587: Moving admin export form to Ui components

@m2-assistant
Copy link

m2-assistant bot commented May 11, 2020

Hi @elevinskii. 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 give me test instance - deploy test instance based on PR changes
  • @magento give me 2.4-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Guide documentation.

@engcom-Charlie
Copy link
Contributor

@magento run all tests

@engcom-Charlie
Copy link
Contributor

@magento run all tests

@engcom-Charlie
Copy link
Contributor

@magento run all tests

1 similar comment
@engcom-Charlie
Copy link
Contributor

@magento run all tests

@engcom-Charlie
Copy link
Contributor

@magento run all tests

@engcom-Charlie
Copy link
Contributor

@magento run all tests

@elevinskii
Copy link
Member Author

@engcom-Charlie Thank you very much to keep things moving!

@engcom-Oscar engcom-Oscar removed their assignment Oct 5, 2020
@engcom-Charlie engcom-Charlie moved this from Extended Testing (optional) to Pending Review in Pull Requests Dashboard Oct 5, 2020
@elevinskii
Copy link
Member Author

Hello @sidolov

Could we increase the ImportExport version to fix the failed test?
Any help would be really appreciated, thanks.

@sidolov
Copy link
Contributor

sidolov commented Jan 4, 2021

Hi @elevinskii ! The fail not about the module version, it's failed because the blocks were removed. I suggest revert blocks removal and just deprecate them with an explanation in the comment.

@engcom-Delta
Copy link
Contributor

@elevinskii , Thanks for your contribution. Please remove the conflicts on the PR to move forward on this

Copy link
Contributor

@engcom-Delta engcom-Delta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the conflicts on the PR to move forward on this

@m2-community-project m2-community-project bot moved this from Ready for Testing to Changes Requested in Pull Requests Dashboard Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Frontend Auto-Tests: Covered All changes in Pull Request is covered by auto-tests Award: advanced Award: complex Component: Catalog Component: CatalogImportExport Component: ImportExport Priority: P3 May be fixed according to the position in the backlog. Progress: needs update Release Line: 2.4 Risk: medium Severity: S3 Affects non-critical data or functionality and does not force users to employ a workaround.
Projects
Pull Requests Dashboard
  
Changes Requested
Development

Successfully merging this pull request may close these issues.

[Issue] Moving admin export form to Ui components
6 participants