-
Notifications
You must be signed in to change notification settings - Fork 26
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
Should author be set to logged-in user? #55
Comments
It doesn't look like it it listening for an author/authorId in the request either, so you'd have to do something like this:
|
@timkelty Thank you for this! I was also trying to assign the |
Yeah the plugin isn’t concerned with the logged in user – the whole point is to provide a save-entry endpoint for guest users; if you have an entry saving form for logged-in users, ideally that is going through the |
@brandonkelly yep - I think the use-case here is having a form that can do either - submit as a user or anonymous. So, you could either do as I did above, or toggle the action to |
It is unclear from the docs if the author should be set for new entries if the user is logged in. Doesn't look like it currently does.
The text was updated successfully, but these errors were encountered: