Frontmatter
| id | 2637 |
| title | core.Base: move the id_ config from component.Base into the core |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 21, 2021, 1:53 PM |
| updatedAt | Jul 21, 2021, 2:05 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2637 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 21, 2021, 2:05 PM |
this includes a new
afterSetId()method insidecore.Base, which can react to id changes => removing the oldValue from the instance manager before adding the new entry.