This issue also occurs on 3.x version
When we try to add product and click on save and add variations, we do not see the variation option. But when we click on view page, we get this error.
Added Drupal 11 support.
This patch doesn't apply, so added new patch for easy apply.
Hello All,
It will be very helpful, if we get to know, tentative date about releasing this module with Drupal 11 support ?
Also major credit and thanks to @shishirsuvarna for the fix.
Thanks!
Hi @smustgrave & @samit.310@gmail.com We have found other way to solve it without hampering the core module code.
So now we are good to close this.
Adding changes here, if they face such issue, they can make similar changes to their codebase.
Here is the fix we applied - https://github.com/apigee/apigee-edge-drupal/pull/1076/files
Thanks!
Hi @smustgrave,
Can you tell me what kind of test coverage you will require for the above attached patch/Merge Request ?
I tried to add test for the patch but it shows support only till D10.1 and not 10.2 & 11.x
Thanks!
kedarkhaire → created an issue.
Update variable minimum-stability to dev in your composer.json file.
And try to install the module, it will work.
We are facing this issue on Drupal 9.2.20, I didn't saw the version support for it so created a new for it.
Hello All,
We face this issue post migration from D8 to D9.
Current issue is when we click on loadmore more than 1 time, the page starts to paginate and it reloads the page.
Hi All,
This issue is also related to this Error Unsupported operand types
Error: Unsupported operand types in Drupal\Core\Utility\LinkGenerator->generate() (line 161 of /core/lib/Drupal/Core/Utility/LinkGenerator.php)
We faced this issue on multiple pages like /sitemap and etc post D8.9.x(latest) to D9.3.x migration
I have added a patch for Drupal 9.3.x