This release introduces an option to control the visibility of unapproved joined entries, refactors join logic for better filtering, and resolves issues with missing or incorrectly displayed joined entries.
🚀 Added
- New 'Show only approved joined entries' setting in the View editor to control the display of unapproved or disapproved joined entries.
✨ Improved
- Reworked join logic for more flexible filtering.
- Multiple join conditions on the same form are now processed within a single join, ensuring all conditions apply together.
🐛 Fixed
- Some related joined entries were missing from the View.
- Unapproved joined entries were incorrectly displayed in the View.
💻 Developer Updates
- Added:
gk/multiple-forms/query/handler/join/conditions filter to modify conditions for a joined form query.