Problem/Motivation

The component listing on the administration page is displaying a fixed maximum of 50 components. When the 51st component is added, the oldest component (the first in the list) is visually dropped from the listing and becomes inaccessible for management. This makes it impossible to administer and edit any component created after the 50-component limit.

Steps to reproduce

  1. Pre-requisite: Have more than 50 components created in the Castorcito module.
  2. Navigate to the component listing page (e.g., /admin/config/castorcito/components).
  3. Observe the total number of results displayed.
  4. Expected Result: Display all components or provide a pagination/filtering system to access them.
  5. Current Result (Error): Only the 50 most recent components are displayed. The older components still exist in the database but are not visible on the listing page.
  6. Secondary Issue: Attempting to edit an unlisted component. If Component 1 exists in the database, there is no way to infer the edit URL if the ID is unknown or not visible.

Issue fork castorcito-3560812

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jhdrop created an issue. See original summary.

davidcr made their first commit to this issue’s fork.

davidcr’s picture

Status: Active » Needs review

I don't know if that's the best solution. We need to test it, because when you set the limit to false, all the components load.

victor-chavez-ku made their first commit to this issue’s fork.

davidcr’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.