Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Partial Entries are being classified as "Unapproved" #2273

Open
rafaehlers opened this issue Feb 4, 2025 · 1 comment
Open

Partial Entries are being classified as "Unapproved" #2273

rafaehlers opened this issue Feb 4, 2025 · 1 comment

Comments

@rafaehlers
Copy link
Contributor

rafaehlers commented Feb 4, 2025

Image

We recently changed the Unapproved filter to include any entries that don't have the is_approved meta. That was done because when importing entries with GravityImport without approval status, these entries were not included in any of those filters.

The problem now is that Partial Entries are also being displayed inside the Unapproved filter. This disrupts the workflow of the users who rely on Partial Entries and Entry Approval at the same time.

Partial Entries are "full entries". GravityView supports them.

Let's add a check on our code to detect if the Partial Entries add-on is enabled on this form, and then don't include partial entries under the Unapproved filter.

Image

Tested on GV 2.34.1
Partial Entries add-on: https://www.gravityforms.com/add-ons/partial-entries/
Video explanation here (ask me): https://gravitykit.slack.com/archives/CDSTQ9QQ0/p1738621988434219

@rafaehlers rafaehlers changed the title Partial Entries are being shown on the Unapproved filter Partial Entries are being classified as "Unapproved" Feb 4, 2025
@rafaehlers
Copy link
Contributor Author

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant