Frontmatter
| id | 1578 |
| title | component.Base: getController() => recursive approach |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 25, 2021, 9:53 AM |
| updatedAt | Mar 25, 2021, 9:59 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1578 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 25, 2021, 9:59 AM |
getModel()is more advanced now, using a recursive approach instead of fetching the entire parent chain with the ComponentManager.Adjust this method to use the same recursive approach.