Frontmatter
| id | 5615 |
| title | tree.List: onStoreRecordChange() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 22, 2024, 8:08 PM |
| updatedAt | Jul 22, 2024, 8:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5615 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 22, 2024, 8:29 PM |
tree.List: onStoreRecordChange()
tobiu assigned to @tobiu on Jul 22, 2024, 8:08 PM

tobiu
Jul 22, 2024, 8:10 PM
first PoC, which allows us to change the name field of a tree list record.
next step: we need to create the method createItem() => moving the related code out of createItems(), which the record change logic then can re-use.
tobiu closed this issue on Jul 22, 2024, 8:29 PM
I did add
onStoreRecordChange()a long time after creatingtree.List. The base class logic can not work in this scenario, so we need an override.