What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, after recent `spryker/product-management` update we see weird effect. ZED product index page sho

U01470E4XTJ
U01470E4XTJ Posts: 12 🧑🏻‍🚀 - Cadet

Hi, after recent spryker/product-management update we see weird effect. ZED product index page shows multiple copies of the same product (the number of copies is the same as the number of the locales in the shop). It is due to this change:
https://github.com/spryker/product-management/commit/b457d60b49271d1d6ced809464e3d03a022c7071
The output $sql: https://pastebin.com/bCKk5csh
Since it is grouping by "locale_fallback"."name" and it is different for each locale - it returns the same product for each locale.

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Hi Vytautas, thank you for reporting issues here but this community slack isn't aimed to be used like issues tracker. Please use <mailto:support@spryker.com|support@spryker.com> or support.spryker.com.
    But anyway, this one is known and the internal ticket is in the queue.

  • U01470E4XTJ
    U01470E4XTJ Posts: 12 🧑🏻‍🚀 - Cadet

    cool, for now I will lock to v0.19.16 until this is fixed