Frontmatter
| id | 8506 |
| title | Add Tickets Tab to Portal News Section |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 4:37 PM |
| updatedAt | Jan 10, 2026, 4:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8506 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 4:46 PM |
Add Tickets Tab to Portal News Section
tobiu added parent issue #8398 on Jan 10, 2026, 4:38 PM
tobiu assigned to @tobiu on Jan 10, 2026, 4:45 PM

tobiu
Jan 10, 2026, 4:46 PM
Input from Gemini 3 Pro:
✦ I have integrated the Tickets view into the Portal News section.
- TabContainer: Added the Tickets tab between Blog and Releases, using
fa-clipboard-listas the icon.- TabContainerController: Added routing logic for
/news/ticketsand updated the active index for Releases.The Tickets section is now accessible via the UI and URL.
tobiu closed this issue on Jan 10, 2026, 4:46 PM
Integrate the new
Ticketsview intoPortal.view.news.TabContainerand updatePortal.view.news.TabContainerController.Changes:
Ticketstab (loadingapps/portal/view/news/tickets/MainContainer.mjs) between the Blog and Release Notes tabs initems.fa fa-bug, Route/news/tickets, TextTickets./news/ticketsand/news/tickets/{*itemId}mapping toonTicketsRoute.onTicketsRouteto setactiveIndex = 1.onReleasesRouteto setactiveIndex = 2(shifted due to insertion).This is a sub-task of #8398.