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

COMCL-474: Fix Contribution Status Field Bug #149

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

shahrukh-compuco
Copy link
Contributor

@shahrukh-compuco shahrukh-compuco commented Feb 21, 2024

Overview

This pr fixes a bug in updation of contribution form due to which the form kept on saving forever.

Before

COMCL-474-2

After

The form is being updated successfully.

Technical Details

The Civi/Financeextras/Hook/BuildForm/ContributionCreate.php hook was trying to modify the status field on contribution form but the field was non existent. So a check has been added to modify the field only when field is available in the form.

@shahrukh-compuco shahrukh-compuco changed the title COMCL-474: Fix contribution status field bug COMCL-474: Fix Contribution Status Field Bug Feb 21, 2024
@shahrukh-compuco shahrukh-compuco merged commit d0d95dc into 2.1.2-rc Feb 21, 2024
2 checks passed
@shahrukh-compuco shahrukh-compuco deleted the COMCL-474-fix-contribution-bug branch February 21, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants