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, i’ve a problem with “product-category-filter-storage. If i run the event:trigger command with “p

UMVPEEVH8
UMVPEEVH8 Posts: 6 🧑🏻‍🚀 - Cadet

Hi, i’ve a problem with “product-category-filter-storage. If i run the event:trigger command with “product_category_filter” the events with the filter-id are triggered. But inside of the Listener “ProductCategoryFilterPublishStorageListener” there’s a check for the the foreignKeys to get the categoryIds. From my point of view the event-plugin didn’t work, because there are no foreign-keys defined in the EventEntityTransfer. Can someone confirm this problem?

Comments

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    foreign-keys defined in the EventEntityTransfer is a just array of possible ids... See please \Spryker\Zed\EventBehavior\Business\Model\EventEntityTransferFilter::getEventTransferForeignKeys. This method extract the categoryIds from EventEntityTransfer Object...

  • UMVPEEVH8
    UMVPEEVH8 Posts: 6 🧑🏻‍🚀 - Cadet

    Yes, but they’re not filled by the event-trigger plugin so it doesn’t work

  • UMVPEEVH8
    UMVPEEVH8 Posts: 6 🧑🏻‍🚀 - Cadet

    It works only, if i add it in the gui

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    Ok, it can be possible.. i don't know. U can debug it and if it is a bug, please create a ticket in a support system

  • Ehsan Zanjani
    Ehsan Zanjani Head of Solution Architecture @ Spryker Posts: 113 🧑🏻‍🚀 - Cadet

    Hi guys, I’ll report a ticket for fixing this plugin, thank you for your investigation

  • UMVPEEVH8
    UMVPEEVH8 Posts: 6 🧑🏻‍🚀 - Cadet

    Ah, good to hear, thx