openedx / modular-learning

3 stars 1 forks source link

Bug: Unusable "Languages" taxonomy appears in tagging drawer #219

Closed bradenmacdonald closed 4 months ago

bradenmacdonald commented 4 months ago

In a default Redwood install, out of the box users will see this when opening the tagging drawer:

image

The "Languages" taxonomy is unusable and uneditable.

Fix this by:

  1. Hiding the "Languages" taxonomy if it is empty.
  2. When there are no tags in a taxonomy, say "No tags in this taxonomy yet." in the dropdown instead of "No tags found with the search term '' ".
  3. When there are no (visible) taxonomies in the tag drawer for the current user, display this message:

    To use tags, please enable a taxonomy or contact your administrator.

    the link should go to the Studio "Taxonomies" list page.