Skip to content

Fix NewsItem ordering to prioritize pinned items and sequence#5256

Open
ajrbyers wants to merge 1 commit intomasterfrom
b-5253-fix-news-ordering
Open

Fix NewsItem ordering to prioritize pinned items and sequence#5256
ajrbyers wants to merge 1 commit intomasterfrom
b-5253-fix-news-ordering

Conversation

@ajrbyers
Copy link
Copy Markdown
Member

@ajrbyers ajrbyers commented Apr 1, 2026

Closes #5253

…art_display (#5253)

Ordering was ("pinned", "-posted", "title") which had two bugs:
- pinned sorted ascending so pinned items sank to the bottom
- posted (creation timestamp) was used instead of start_display

New ordering: ("-pinned", "sequence", "-start_display", "title")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Sequence" field seemingly not working in News tool

2 participants