Fetch all potential categories, attachments, and tags #10873
Labels
[Package] Core data
/packages/core-data
REST API Interaction
Related to REST API
[Type] Bug
An existing feature does not function as intended
Milestone
There are a few API fetch instances using
per_page=100
that should instead fetch all of their items:getAttachmentsCollection()
inpackages/edit-post/src/hooks/components/media-upload/index.js
: 0a08388The following code inFetch all terms linked to a post, rather than just first 100 #11524FlatTermSelector
:Even though it's unlikely a user will have 101 tags, Gutenberg will silently discard their 101st tag as
fetchTerms()
is currently implemented.componentWillMount()
inpackages/block-library/src/latest-posts/edit.js
: Run the E2E tests as a user with the author role #11359 (comment)From https://github.com/WordPress/gutenberg/pull/10762/files/8803b88e7e7eed8f73aba32b52608175b1a2e858#diff-781b45da3dbed5d2670d2c98e473fb83
The text was updated successfully, but these errors were encountered: