TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

feat: cmd-57 hide articles from latest news #751

Closed wesleyboar closed 9 months ago

wesleyboar commented 9 months ago

Overview

Allow hiding articles of a certain single category from the news feed.

Status

Related

Changes

Testing

  1. Have a CMS with Blog/News installed.
  2. Create two new articles.
  3. Make one article be in a category "Exclude" (with slug as exclude).
  4. Make one article be in a category "Normal Category" (with slug as normal-category).
  5. Open News page.
  6. ✓ Verify the "Exclude" article is not present.
  7. ✓ Verify the other article is present.
  8. ✓ Verify "Normal Category" category news feed still shows all its articles.
  9. ✓ Verify "Exclude" category news feed still shows all its articles.

UI

All Normal Exclude
all news news list for the normal category news list for the exclude category
wesleyboar commented 9 months ago

See #752 instead.

Update: Superseded by CMD-97.

wesleyboar commented 5 months ago

This is superseded by CMD-57.