0.6.3' to address reports of scheduled jobs not running.'>

Workarea 3.1.4

Updates Sidekiq Cron Dependency

Updates the platform's sidekiq-cron dependency to '~> 0.6.3' to address reports of scheduled jobs not running.

Issues

Pull Requests

Commits

Removes HTTP Caching of Storefront 404 Pages

Modifies the Storefront errors controller to prevent 404 pages from being HTTP cached.

Issues

Pull Requests

Commits

Fixes Product Rules Search Query for Multiple Categories

When querying for products matching a product rule whose value is a list of categories, the query should return the union of those categories, that is, the list of products in any of the specified categories. The query was incorrectly returning the intersection (i.e. the products common to all the categories specified in the rule).

This change modifies the product rules search query to return the correct products.

Issues

Pull Requests

Commits

Fixes Display of Admin Filter Dropdown

Fixes z-index of Admin browsing control filter dropdowns, which were displaying incorrectly

Issues

Pull Requests

Commits

Fixes Admin Help Search Margin

Modifies the Admin search form component to fix the bottom margin of the Admin help search form.

Issues

Commits

Fixes Button Content Block SVG

Modifies the button content block SVG file in the Admin to fix the fill color, which was inconsistent with other content block icons.

Issues

Pull Requests

Commits

Adds the link-color modifier to the svg-icon component in the Admin.

Issues

Pull Requests

Commits

Improves Reporting of Duplicate DOM IDs

Modifies WORKAREA.duplicateId to log duplicate DOM ID values to the console in the Development environment, rather than throwing an error. The offending HTML elements are logged as HTMLElement objects. The module still throws an error in the Test environment in order to fail automated tests when duplicate ID values are present in the DOM. Finally, in both environments, the message now includes the pathname of the current page.

Issues

Pull Requests

Commits

Now on GitHub