apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.91k stars 13.91k forks source link

Tags column in a specific tag's page is not populated #31009

Open yousoph opened 1 day ago

yousoph commented 1 day ago

Bug description

Repro steps: Make sure the feature flag for TAGGING_SYSTEM is enabled and your user has permission to create tags

  1. Visit the tags page
  2. Create 2 or more tags
  3. Tag a chart or dashboard with at least 2 tags
  4. From the Tags page, click on an individual tag to see all assets tagged with that tag

Note that the tags column should show all OTHER tags (not including the tag whose page you are viewing) but it is blank

Screenshots/recordings

image

Superset version

master / latest-dev

Python version

3.9

Node version

16

Browser

Chrome

Additional context

No response

Checklist