Skip to content
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

Invalid user hides author combobox #56164

Closed
dannyreaktiv opened this issue Nov 15, 2023 · 1 comment · Fixed by #58719
Closed

Invalid user hides author combobox #56164

dannyreaktiv opened this issue Nov 15, 2023 · 1 comment · Fixed by #58719
Assignees
Labels
[Feature] Document Settings Document settings experience [Status] In Progress Tracking issues with work in progress [Type] Bug An existing feature does not function as intended

Comments

@dannyreaktiv
Copy link

Description

If the author for a post is invalid, the combobox to select a different author is not rendered.
Thus, unable to assign the post to a valid user.

    "code": "rest_user_invalid_id",
    "message": "Invalid user ID.",
    "data": {
        "status": 404
    }
}

Step-by-step reproduction instructions

  1. Assign a post to a user who doesn't exist or does not have a role on the site. (Easiest would be to assign a fake user ID to a post's author in the database)
  2. Load the post's edit page, and attempt to change the author to a valid user.

Screenshots, screen recording, code snippet

No response

Environment info

  • WordPress 6.3.2, with a custom theme, on a Multisite.

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

@dannyreaktiv dannyreaktiv added the [Type] Bug An existing feature does not function as intended label Nov 15, 2023
@jordesign jordesign added [Block] Post Author Affects the Post Author Block Needs Testing Needs further testing to be confirmed. labels Nov 15, 2023
Copy link

Hi,
This issue has gone 30 days without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest versions, you can help the project by responding to confirm the problem and by providing any updated reproduction steps.
Thanks for helping out.

@github-actions github-actions bot added the [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. label Dec 16, 2023
@Mamaduka Mamaduka added [Feature] Document Settings Document settings experience and removed Needs Testing Needs further testing to be confirmed. [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. [Block] Post Author Affects the Post Author Block labels Feb 6, 2024
@Mamaduka Mamaduka self-assigned this Feb 6, 2024
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Document Settings Document settings experience [Status] In Progress Tracking issues with work in progress [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants