LearnNewsExamplesServices
Frontmatter
id5615
titletree.List: onStoreRecordChange()
stateClosed
labels
enhancement
assigneestobiu
createdAtJul 22, 2024, 8:08 PM
updatedAtJul 22, 2024, 8:29 PM
githubUrlhttps://github.com/neomjs/neo/issues/5615
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 22, 2024, 8:29 PM

tree.List: onStoreRecordChange()

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jul 22, 2024, 8:08 PM

I did add onStoreRecordChange() a long time after creating tree.List. The base class logic can not work in this scenario, so we need an override.

tobiu added the enhancement label on Jul 22, 2024, 8:08 PM
tobiu assigned to @tobiu on Jul 22, 2024, 8:08 PM
tobiu referenced in commit 1e084d9 - "tree.List: onStoreRecordChange() #5615" on Jul 22, 2024, 8:08 PM
tobiu
tobiu Jul 22, 2024, 8:10 PM

first PoC, which allows us to change the name field of a tree list record.

Screenshot 2024-07-22 at 20 04 23

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 referenced in commit 38caa7c - "#5615 tree.List: new createItem() method which gets used inside createItems() & onStoreRecordChange()" on Jul 22, 2024, 8:29 PM
tobiu closed this issue on Jul 22, 2024, 8:29 PM