-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
MAGETWO-11122 Configurable Grids #471
Labels
Comments
👍 x 💯 |
👯 Eventually the awesome feature for BE grids! |
👍 |
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- moved common order grid parts to appropriate classes - refactored mass actions block, made action names consistent - added new acl Magento_Sales::print for pdf generation related mass actions
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- converted Magento\Sales\Block\Adminhtml\Invoice\Grid to new layout xml config format
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- refactored class Magento\Backend\App\Action\Order - made all actions consistent, removed obsolete actions
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- converted Magento\Sales\Block\Adminhtml\Order\View\Tab\Invoices to new layout xml config format
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- fixed method phpdocs
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- converted Magento\Sales\Block\Adminhtml\Shipment\Grid to new layout xml config format
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- converted Magento\Sales\Block\Adminhtml\Order\View\Tab\Shipments to new layout xml config format
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- converted Magento\Sales\Block\Adminhtml\Creditmemo\Grid to new layout xml config format
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- converted Magento\Sales\Block\Adminhtml\Order\View\Tab\Creditmemos to new layout xml config format
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- fixed method phpdocs
Zyava
added a commit
to magento-hackathon/magento2
that referenced
this issue
Feb 1, 2014
- converted Magento\Sales\Block\Adminhtml\Transactions\Grid and Magento\Sales\Block\Adminhtml\Order\View\Tab\Transactions to new layout xml config format
Closing since this work is implemented in framework; refactoring of existing grids has not been done as of 2/12/2015. |
mmansoor-magento
pushed a commit
that referenced
this issue
Oct 7, 2016
Fixed issue: - MTA-3802: Wrong fail of Magento Health Index - CHI: Undefined offset in ClassScanner.php
magento-engcom-team
added a commit
that referenced
this issue
Mar 13, 2019
…customer #471 - Merge Pull Request magento/graphql-ce#471 from magento/graphql-ce:GrqphQL-430-test-testReSetPaymentMethod - Merged commits: 1. 80499c9
magento-engcom-team
pushed a commit
that referenced
this issue
Mar 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a Magento Merchant
I want to have all Magento backend grids configurable through individual layout xml file
in order to manage grids structure, view and data display without necessity to work with php code.
Scenario
Features List
Acceptance criteria:
*All grids listed below are converted to new format (manageable through layout xml config)
*All converted grids have the same behavior and provide functionality, that was present before
*All changes covered by corresponding tests (to check functionality and structure is not broken) and corresponding documentation (in cases, when it is needed)
*All conversion changes need to be done according to specification
Specification
Example of Grids already Converted
Grids to Convert
PM: Piotr Kaminski
The text was updated successfully, but these errors were encountered: