Frontmatter
| id | 8437 |
| title | Remove redundant version field from Release Index and Model |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 8:23 PM |
| updatedAt | Jan 8, 2026, 8:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8437 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 8:25 PM |
Remove redundant version field from Release Index and Model

tobiu
Jan 8, 2026, 8:25 PM
Input from Gemini 3 Pro:
✦ Fixed in 7253f9238.
- Modified
buildScripts/createReleaseIndex.mjsto remove theversionfield from the generated JSON (it duplicatesnamefor leaves).- Updated
apps/portal/model/Release.mjsto remove theversionfield definition.- Updated
apps/portal/view/news/release/MainContainerController.mjsto use.idinstead of.versionfor routing.
tobiu closed this issue on Jan 8, 2026, 8:25 PM
tobiu assigned to @tobiu on Jan 8, 2026, 8:26 PM
Simplify
buildScripts/createReleaseIndex.mjsby removing the redundantversionfield from the generated JSON index, asnameprovides the same value for release nodes.Also update
Portal.model.Releaseto remove the now unusedversionfield definition, and updatePortal.view.news.release.MainContainerControllerto useid(orname) instead ofversionfor routing.