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
Improved User Authentication in Form Submission
Updated the logic to verify if the email of the currently logged-in user matches the one provided in the form. The new logic also checks for existing users by email. This enhancement helps associate the form responses with an existing user if found, or alternatively create an anonymous response if no matching user is located.
Refined RSVP Retrieval Method
The arguments to retrieve RSVPs have been modified to include a 'status' condition, which is set to 'approve'. This change ensures that only approved RSVPs are fetched from the database.
Modifications to RSVP Saving Method
When updating an existing RSVP record, a 'comment_approved' flag, set to 1, is added. This change ensures that the system marks incoming RSVPs as approved upon saving them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…fetch.
Description of the Change
Closes #
How to test the Change
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: