Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BEG-151: Add custom StagedProductAttributeSubscription for catalog_product_link table #13 #14

Conversation

mausham-shrestha-aligent
Copy link

@mausham-shrestha-aligent mausham-shrestha-aligent commented Mar 18, 2024

Upon merging this feature, the issue "both entity_id and row_id being added to _cl tables when product is edited" will be addressed.

Summary of change

  • Added custom StagedProductAttributeSubscription"

Please see the related issue for more information regarding this issue.

@aligent-lturner aligent-lturner merged commit e778110 into main Mar 18, 2024
1 check passed
@@ -41,7 +41,7 @@
<table name="catalog_product_entity_text" entity_column="entity_id" />
<table name="catalog_product_entity_tier_price" entity_column="entity_id" />
<table name="catalog_product_entity_varchar" entity_column="entity_id" />
<table name="catalog_product_link" entity_column="product_id" />
<table name="catalog_product_link" entity_column="product_id" subscription_model="Aligent\PrerenderIo\Model\Mview\View\Attribute\CatalogProductLinkSubscription"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mausham-shrestha-aligent Please rename the module namespace PrerenderIo to Prerender otherwise we're getting error.

Warning: class_implements(): Class Aligent\PrerenderIo\Model\Mview\View\Attribute\CatalogProductLinkSubscription does not exist and could not be loaded in /app/vendor/magento/framework/Mview/Config/Converter.php on line 108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants