Skip to content

Commit

Permalink
Merge pull request #297 from spryker-shop/upgradebot/upgrade-for-inte…
Browse files Browse the repository at this point in the history
…rnal-release-group-5036

Auto-updating Spryker modules on 2023-10-20 09:30 for release group #5036 / Jira ticket SUPESC-784
  • Loading branch information
DmitryLymarenko authored Oct 31, 2023
2 parents 176d004 + dad284e commit d6869a7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions src/Pyz/Zed/Publisher/PublisherDependencyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
use Spryker\Zed\ProductLabelStorage\Communication\Plugin\Publisher\ProductLabelProductAbstract\ProductLabelProductAbstractWritePublisherPlugin as ProductLabelProductAbstractStorageWritePublisherPlugin;
use Spryker\Zed\ProductListSearch\Communication\Plugin\Publisher\ProductListSearchPublisherTriggerPlugin;
use Spryker\Zed\ProductListStorage\Communication\Plugin\Publisher\ProductListPublisherTriggerPlugin;
use Spryker\Zed\ProductPageSearch\Communication\Plugin\Publisher\CategoryStore\CategoryStoreProductAbstractPageSearchWritePublisherPlugin;
use Spryker\Zed\ProductPageSearch\Communication\Plugin\Publisher\Product\ProductConcretePageSearchWritePublisherPlugin;
use Spryker\Zed\ProductPageSearch\Communication\Plugin\Publisher\ProductConcretePublisherTriggerPlugin;
use Spryker\Zed\ProductRelationStorage\Communication\Plugin\Publisher\ProductRelation\ProductRelationWriteForPublishingPublisherPlugin;
Expand Down Expand Up @@ -127,6 +128,7 @@ protected function getPublisherPlugins(): array
$this->getCategoryStoragePlugins(),
$this->getCategoryPageSearchPlugins(),
$this->getProductPageSearchPlugins(),
$this->getProductAbstractPageSearchPlugins(),
$this->getProductCategoryStoragePlugins(),
$this->getPriceProductMerchantRelationshipStoragePlugins(),
$this->getStoreStoragePlugins(),
Expand Down Expand Up @@ -401,4 +403,14 @@ protected function getProductExportPlugins(): array
new ProductAbstractUpdatedMessageBrokerPublisherPlugin(),
];
}

/**
* @return list<\Spryker\Zed\PublisherExtension\Dependency\Plugin\PublisherPluginInterface>
*/
public function getProductAbstractPageSearchPlugins(): array
{
return [
new CategoryStoreProductAbstractPageSearchWritePublisherPlugin(),
];
}
}

0 comments on commit d6869a7

Please sign in to comment.