apigee / apigee-edge-drupal

The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
https://www.drupal.org/project/apigee_edge
GNU General Public License v2.0
32 stars 45 forks source link

Fix error while creating select field in D10.2 and removed the unnecessary patch 3042467-50.patch #1076

Closed shishir-intelli closed 3 months ago

shishir-intelli commented 3 months ago

Closes #1075

This PR removes the unnecessary patch added in workflow and resolves the error issue by throwing InvalidArgumentException exception instead of return NULL;

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 44.40%. Comparing base (34dfc35) to head (3755874). Report is 1 commits behind head on 3.x.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/apigee/apigee-edge-drupal/pull/1076/graphs/tree.svg?width=650&height=150&src=pr&token=zNMo6WgrMf&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apigee)](https://app.codecov.io/gh/apigee/apigee-edge-drupal/pull/1076?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apigee) ```diff @@ Coverage Diff @@ ## 3.x #1076 +/- ## ========================================= Coverage 44.40% 44.40% Complexity 3041 3041 ========================================= Files 342 342 Lines 11110 11110 ========================================= Hits 4933 4933 Misses 6177 6177 ```