Frontmatter
| id | 8435 |
| title | Fix Release News Default Route Index |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 8:08 PM |
| updatedAt | Jan 8, 2026, 8:10 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8435 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 8:09 PM |

The
onRouteDefaultmethod inPortal.view.news.release.MainContainerControllercurrently navigates to the first record in the store (index 0). Due to the recent change inapps/portal/resources/data/releases.jsonfrom a flat list to a tree structure (with parent nodes), index 0 now corresponds to a container node (e.g., "v11") rather than the latest release note. This causes an undefined route or incorrect navigation. The fix is to update the index from 0 to 1 to target the first actual release leaf node.