Frontmatter
| id | 1766 |
| title | controller.Component: getParentHandlerScope() => getHandlerScope() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 14, 2021, 11:25 AM |
| updatedAt | Apr 14, 2021, 11:52 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1766 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 14, 2021, 11:51 AM |

Since each controller now has a parent config, we can speed up the logic on this one.
We no longer need to access
manager.Componentto search for the closest parent controller, but have direct access.The new method needs to be recursive and should include the current scope (reason for the name change).