-
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
Filtering, sorting and paging in the CMS entities #731
Comments
@tzyganu |
Bug has been already fixed. Will be delivered to the public github repository within one of the very next pull requests. |
* Various improvements: * Merged SQL and Data Upgrades for the Tax, Weee, Customer, CustomerImportExport, ProductAlert, Sendfriend and Wishlist modules * Added 'Interface' suffix to all interface names * Stabilized functional tests for the following modules: * CheckoutAgreements * Customer * GiftMessage * Integration * Msrp * Reports * Added the following functional tests: * Create product attribute from product page * Fixed bugs: * Fixed an issue where bundle product price doubled during backend order creation * Fixed an issue where an error was thrown during Tax Rate creation, deletion and update * Fixed an issue where FPT was doubled when creating a refund if two FPTs were applied, and as a result the refund could not be created * Fixed an issue where the subtotal including tax field was not refreshed after removing downloadable product from cart * Fixed an issue where a downloadable link tax was not added to a product price on the product page if price was displayed including tax * Fixed an issue with incorrect product prices for bundle products in shopping cart * Fixed an issue where bundle product price was calculated incorrectly on the product page * Fixed an issue where configurable product options were not updated after changing currency * Fixed an issue where a standalone simple product and the same product as part of the grouped, were not recognized as one product in the shopping cart. * Fixed an issue where the incorrect tier pricing information was displayed in shopping cart * Fixed an issue where no notice was displayed in the shopping cart for products with MAP enabled * Fixed an issue where it was impossible to place an order from customer page in Admin * Fixed an issue where it was impossible to add address for a customer in Admin * Fixed an issue with broken redirect URL after deleting a product from the My Wishlist widget * Fixed an issue where it was impossible to assign an admin user to a user role * Service Contracts: * Implemented Service Contracts for the CatalogInventory Module * Framework Improvements: * Added the ability to configure the list of loaded modules before installation * Added the ability to use the Composer autoloader instead of the Magento custom autoloaders for tests * Introduced a repository for storing a quote entity * Performance improvements: * Split Magento\Customer\Helper\Data * Processed GitHub requests: * [#731](#731) -- Filter grid is absent on CMS Pages in Backend
@tzyganu, the fix for this issue was deployed with version 0.1.0-alpha105. Thank you! |
@verklov This is only one quarter solved. |
@tzyganu, I just pulled and installed version alpha107 from this repo and could not reproduce even a single issue you say is still there. Filtering is available in both CMS Pages and Blocks grids and work fine. Sorting also performs as expected in both grids. |
@verklov OK. My bad. I didn't see the "filter" button above the action dropdown. Sorry for the trouble. I guess I've seen too much of Magento 1 and got used to having each filter above the column. If it's worth something I really like the old way better. Seamed clearer than having all filters grouped in one place. But this is jut my opinion. You should ask the users about this. |
Got you. Will forward your opinion to the PM responsible for the area. No guarantees though the decision will be different from what we have now. |
- MAGETWO-63042: Make price error aggregator messages more detailed
MSI-719: Investigate fails test on Groped products
Filtering and sorting does not work for CMS pages and static blocks in version alpha-102.
Also the paging does not appear.
The text was updated successfully, but these errors were encountered: