$group->addRelationship($node, 'group_node:page');
Should be as given above , second argument would be group_node followed by node type.
I have tested it by adding subscription key for analytics text api and invoking service via drush
\Drupal::service('azure_text_analytics_api.text_analytics', \Drupal::service('azure_cognitive_services_api.client'))->sentiment('TEXT');
Even though it did return 401 permission denied (screenshot attached) but the API call was successful which concludes that module is ready for Drupal 10.
I have compared both Drupal 7 implementation and Drupal 10
and compiled a video which showcases the comparision
https://www.loom.com/share/d1e230cd1f034f13b69c6a5329d69b05
Image Style config comparision
Image style to show transparent background added in Drupal 7 but not in Drupal 10
Hi
The bundle reference module works as expected in Drupal 10
I was able to successfully add a field, fill multiple references in content as shared in the video.
https://www.loom.com/share/6e1b341fe67f44b4b4259736d9f3f7d9?sid=b85f8db1...
Request you to merge it to make it available for drupal 10.
hash6 โ made their first commit to this issueโs fork.
Need to convert REQUEST_TIME
with \Drupal::time()->getRequestTime()
as in Drupal 9 compatability.
@abhishek_virasat reviewing the MR.
Added a patch that should fix the issue, Kindly review
hash6 โ created an issue.
@Rajab Natshah I had the same issue while trying to view activity types when we click on New Activity page
Page route - /module/manager/get-activity-types
Error: Call to undefined function Drupal\opigno_module\Controller\shell_exec() in Drupal\opigno_module\Controller\OpignoModuleManagerController::getPptConvertAllow() (line 446 of /opilms/web/modules/contrib/opigno_module/src/Controller/OpignoModuleManagerController.php)
Your code in patch resolves the issue, we will have to update code to all places where it has shell_access function.