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

Author picker does not contain current author if more than 100 authors exist on site #5153

Closed
StuartFeldt opened this issue Feb 19, 2018 · 1 comment
Labels
[Feature] Document Settings Document settings experience REST API Interaction Related to REST API [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed [Type] Bug An existing feature does not function as intended

Comments

@StuartFeldt
Copy link
Contributor

Issue Overview

The current limitation of the number of authors returned is 100. If the current user's name is not within the first 100 alphabetically, it is not in the list.

Steps to Reproduce (for bugs)

  1. Create more than 100 authors
  2. Login as a user that can edit posts with a user name that is > 100 in a list of alphabetized user names
  3. See that the user name is not in the list

Expected Behavior

The current author should always be available in the list, regardless of how many authors exist on a site.

Current Behavior

Only the first 100 alphabetically are shown.

Possible Solution

Increase the max number of authors, or force the current user into the list.

Related Issues and/or PRs

#5072

@aduth
Copy link
Member

aduth commented Feb 19, 2018

Thanks for the report. This is being tracked at #4622.

@aduth aduth closed this as completed Feb 19, 2018
@designsimply designsimply added [Type] Bug An existing feature does not function as intended [Feature] Document Settings Document settings experience REST API Interaction Related to REST API [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed labels Dec 14, 2018
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 REST API Interaction Related to REST API [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

No branches or pull requests

3 participants