Skip to content

All Fields Template: Fixed issue where the :filter modifier would not work for Product fields on Nested Forms. #495

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

claygriffiths
Copy link
Contributor

Context

⛑️ Ticket(s): https://secure.helpscout.net/conversation/1980114178/37733?folderId=3808239

Summary

Merge tags such as {:4:index[0],filter[3]} were not working for Product fields in Nested Forms, including user-defined and single products.

…ot work for Product fields on Nested Forms.
@claygriffiths claygriffiths requested a review from spivurno August 23, 2022 17:21
// Do not include product fields if the product/order summary will be included.
if (
$display_product_summary
&& $this->all_fields_extra_options( GFCommon::get_submitted_pricing_fields( $form, $lead, $format, $use_text, $use_admin_label ), $merge_tag, $modifiers, 'order_summary', null, $format )
Copy link
Contributor

Choose a reason for hiding this comment

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

@claygriffiths I'm not quite following what this condition is checking for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants