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

Add all fields to Multiple Entries layout #2106

Merged
merged 7 commits into from
Aug 14, 2024

Conversation

zackkatz
Copy link
Member

@zackkatz zackkatz commented Aug 13, 2024

Testing

  • Add add_filter( 'gk/gravityview/view/new/show-all-fields-in-multiple-entries', '__return_true' );
  • When added, create a new View
  • Select a form with many fields (more than are shown in Gravity Forms "Entries" screen)
  • Select the Table layout

What you should see:

  • All fields should appear in the Mulitple Entries tab
  • The first field should be linked to the Single Entry

Items for @mrcasual

  • Name of the filter
  • Code review

Resolves #2105

💾 Build file (d54ac60).

@zackkatz zackkatz requested a review from mrcasual August 13, 2024 16:25
@mrcasual
Copy link
Collaborator

mrcasual commented Aug 13, 2024

@zackkatz, a bit verbose, but what about gk/gravityview/view/configuration/multiple-entries/initialize-with-all-form-fields?

The code looks and works 🆗.

@zackkatz
Copy link
Member Author

That updated filter name works for me @mrcasual

@mrcasual mrcasual merged commit 18eed78 into develop Aug 14, 2024
1 check passed
@mrcasual mrcasual deleted the issue/2105-prefill-all-fields branch August 14, 2024 00:58
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.

Allow pre-filling Views with all fields during New View
2 participants