pixelant / pxa_product_manager

Product Manager. Allow to create and list products on a site. Create dynamical attributes for products. Filter by categories and attributes
11 stars 13 forks source link

[BUGFIX] changed eval type for slug #304

Closed VladVilya closed 3 years ago

VladVilya commented 3 years ago

New Pull Request checklist

PR Type

What kind of change does this PR introduce?

Breaking change

Does this PR introduce a breaking change?

Description

Issue in routing process, when there's 2 simillar slugs for records on different installations

Changed to "eval" => "uniqueForSite", so right now PersistedAliasMapper will only looks for slugs within current installation.