Reviewed & tested by the community
Project:
Commerce Stock
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2024 at 07:14 UTC
Updated:
9 Mar 2026 at 18:29 UTC
Jump to comment: Most recent
Comments
Comment #4
abhishek_gupta1 commented@AlfTheCat, I have make some changes corresponding the issue. please kindly review the MR
Comment #5
alfthecat commented@abhishek_gupta1 fantastic, very grateful for that patch. Worked perfectly, thank you.
Comment #7
gogowitsch commentedI ran into the exact same problem.
I can confirm that MR !20 worked. I simplified the code by replacing
$this->entityTypeManager->getDefinition($entity_type->id())with$entity_type.Comment #8
oana.hulpoi commentedHi,
I run into the same issue. This patch works as expected.
Thank you,
Comment #9
mediengenosse commentedBug ist still persistant. Patch works like expected.