Frontmatter
| id | 4866 |
| title | controller.Base: onConstructed() => pass the old hash value |
| state | Closed |
| labels | enhancementstale |
| assignees | tobiu |
| createdAt | Sep 7, 2023, 11:02 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4866 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
this would be a very useful enhancement for controllers, which get created at run-time, where a hash-change has already happened. we need to delay this one a bit though, since it would have a pretty big impact on our current client-project, which needs to get prepared for the change first.
old code:
new code: