Problem/Motivation
It is not possible to tell whether terms are unpublished when looking at the taxonomy overview page.
Proposed resolution
Add an indication on the VocabularyOverview page.
Remaining tasks
Work out how to show publication status on the taxonomy overview page.
Add test coverage.
User interface changes
The taxonomy overview page indicates whether each term is published.
API changes
TBD
Data model changes
TBD
Release notes snippet
TBD
Issue fork drupal-3397143
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
Comment #2
damienmckennaAs a workaround, here's what I added to a custom module:
MYMODULE.libraries.yml has this:
css/admin-tweaks.css has this:
Hope this helps someone else.
Comment #3
vbouchetI am closing as it seems a duplicate of #3359159 which was solved some time back.
Comment #4
vbouchetActually reading at the exact title and the workaround, it seems more a visual indication which is requested here.
If we decide to so, it should be consistent with other places we list entities with "Status" column.