-
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
Category Layered Navigation : Selection of disabled entity #612
Comments
@sankalpshekhar, thank you for reporting this issue to us! We created the ticket int he internal backlog and will get back to you once we have an update on this issue. |
magento-team
added a commit
that referenced
this issue
Sep 1, 2014
* Price template refactoring * Refactored order item templates in the Sales, Bundle and Downloadable modules * Eliminated the unused PHTML templates and removed the direct dependencies on the TaxHelper module in the Catalog module * Service layer implementation: * Created service layer for Order creation * Created service layer for Invoice * Created service layer for Credit Memo * Created service layer for Shipment * Introduce the Search library: * Created adapter interfaces for the Search library * Created response structure * Created parsing of XML declaration and creation of library objects (Queries, Filters, Aggregations) * Refactored Framework\Stdlib\Cookie to use CookieManager * Added the ability to prevent the backend cookie from going to the storefront * Fixed bugs: * Fixed an issue where taxes were not added in some orders * Fixed an issue were the Add New Address button did not work if the default address was already set * Fixed a Google Chrome and Internet Explorer specific issue when a JavaScript error made it impossible to register during checkout downloadable product * Fixed an issue when the credit card iframe (PayPal or 3D secure) was absent on the Order Review step during Onepage Checkout * Fixed an issue with the Tax Rate, Customer Tax Class and Product Tax Class multiselects on the Tax Rule Information page * Fixed JavaScript issues which prevented saving a newsletter template. * Modified the Button component behavior * Fixed an issue where it was impossible for a guest customer to register during Onepage checkout when the Require Customer To Be Logged In To Checkout option was set to Yes * Fixed an issue where the Calendar icons were not displayed on the storefront * Fixed an AJAX loader issue in the Admin panel * Fixed an issue where it was impossible to upload images for variations of a configurable product on product form * Fixed an issue where clicking on a row in the Search Terms Report Grid leads to 404 page * Fixed an issue where configurable products fixture creates out of stock products * Fixed an issue where Magento crashed when invalid cookie domain was set * Fixed an issue where the Change checkbox label overlapped the text message for a recurring profile attribute on the attribute mass update page * Fixed an issue where integrity test determined normal dependencies as redundant * Fixed an issue where Catalog\Service\V1\Product\Attribute\ReadService::search returned an error * Fixed an issue where Magento\Catalog\Service\V1\Category\Attribute\ReadService::options returned empty results * GitHub requests: * [#160] (https://github.com/magento/bugathon_march_2013/issues/160) -- Wrong default value for memory_limit in .htaccess.sample * [#480] (#480) -- Provide instructions on adding memcache support for Magento 2 * [#612] (#612) -- Category Layered Navigation : Selection of disabled entity * [#626] (#626) -- Unable to install under IIS / FastCGI
@sankalpshekhar, the team processed the issue that you reported. The fix was deployed with version 0.1.0-alpha93. We are closing this issue. |
magento-team
pushed a commit
that referenced
this issue
Oct 21, 2015
[DRAGONS] Bug Fixes, Merchant Beta
okorshenko
pushed a commit
that referenced
this issue
Dec 14, 2016
…ucts [Okapis] MAGETWO-60479: Importing existing products with 'Replace' behavior
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 19, 2019
magento-devops-reposync-svc
pushed a commit
that referenced
this issue
Dec 22, 2022
ACQE-4299 | Flaky Test Fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Magento\Catalog\Model\Layer\Filter\Category::_isValidCategory() only checks for entity id, thus allows selection of disabled entity, if entity id is directly passed in the url.
Considering the following scenario:
C1 (Active)
C1.1 (Inactive)
C1.1.1 (Active)
If a user lands on C1 landing page and had a previous selection bookmarked for C1.1, they still can view the product selection, and its enabled descendants.
This issue is also visible in Magento1.
The text was updated successfully, but these errors were encountered: