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

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

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

shishir-intelli
Copy link
Collaborator

Closes #1075

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

  • Rolled back patch which was added here
  • Close Drupal patch, which is not an issue.

@shishir-intelli shishir-intelli added the bug Something isn't working label Aug 23, 2024
@shishir-intelli shishir-intelli added this to the 3.0.9 milestone Aug 23, 2024
shishir-intelli added a commit to shishir-intelli/devportal-kickstart-project-composer that referenced this pull request Aug 23, 2024
Remove unnecessary patch
`Fix for TypeError: FieldTypePluginManager::createFieldItem() called in FieldStorageConfig.php":"https://www.drupal.org/files/issues/2024-05-27/field-typeerror-3450175-3.patch`
The actual issue is resolved here apigee/apigee-edge-drupal#1076 so we do not need this patch.
Copy link

codecov bot commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

@@            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           

Copy link
Collaborator

@kedarkhaire kedarkhaire left a comment

Choose a reason for hiding this comment

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

LGTM

@shishir-intelli shishir-intelli merged commit 34276a5 into apigee:3.x Aug 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

Error while creating select list field on Developer Apps & Team Apps in D10
2 participants