Taxonomy terms that have more children than will fit on one page (>100) then when paging to next page term page becomes blank.
drush ev '$config = \Drupal::configFactory()->getEditable("taxonomy.settings");$config->set('terms_per_page_admin', 3);$config->save();
or drush vset taxonomy_terms_per_page_admin 3'
in D7, or modify drupal8\core\modules\taxonomy\config\install\taxonomy.settings.yml file manually, and change terms_per_page_admin to the value of 3.
The whole behavior and codebase is confusing.
TBD
To re-produce issue:
* Create a new vocabulary (/admin/content/taxonomy/add/vocabulary)β¨* Add more terms than will fit onto the "list terms" pageβ¨* Click on page 2 (or "next") on the "list terms" pageβ¨* It will go to the the next page but says "No terms available."
Needs work
7.0 β°οΈ
After being applied to the 8.x branch, it should be considered for backport to the 7.x branch. Note: This tag should generally remain even after the backport has been written, approved, and committed.
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.