The taxonomy overview page is limited to 50 vocabularies as specified in EntityListBuilder but not showing a pager.

This problem is not only limited to taxonomy but to all draggable entity overviews. If there are more than 50, it's currently not possible to navigate to the second page.

Comments

mpp created an issue. See original summary.

mpp’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new526 bytes
mpp’s picture

This part in DraggableListBuilder no longer takes the pager (in parent::render()) in account:

  /**
   * {@inheritdoc}
   */
  public function render() {
    if (!empty($this->weightKey)) {
      return $this->formBuilder()->getForm($this);
    }

    return parent::render();
  }
mpp’s picture

Issue summary: View changes
StatusFileSize
new638 bytes
mpp’s picture

Title: Taxonomy overview page is limited to 50 vocabularies » Add pager to taxonomy overview
mpp’s picture

mpp’s picture

Coming to think of it this is actually a more generic bug in DraggableListBuilder.

mpp’s picture

Title: Add pager to taxonomy overview » Add pager to draggable entity overviews
mpp’s picture

Priority: Normal » Major
Issue summary: View changes

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

mpp’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#2429813: DraggableListBuilder should support pagers for scalability

Closing as duplicate of https://www.drupal.org/node/2429813.