You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: