Frontmatter
| id | 4704 |
| title | view.country.Table: afterSetCountry() |
| state | Closed |
| labels | bugstale |
| assignees | tobiu |
| createdAt | Aug 12, 2023, 8:21 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4704 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
view.country.Table: afterSetCountry()
tobiu assigned to @tobiu on Aug 12, 2023, 8:21 PM

tobiu
Aug 12, 2023, 8:22 PM
if we are going this route, we also need a check on afterSetMounted() to apply selections.
an alternative would be that getView() creates the table.View, in case it did not get created yet.
@github-actions - 2024-08-29T02:26:47Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-08-29T02:26:48Z @github-actions added the
stalelabel
@github-actions - 2024-09-13T02:29:16Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-13T02:29:17Z @github-actions closed this issue
looks like a new regression bug: in case we open the app with a different route than the table and then navigate to it, the
table.Viewcan still be undefined.