LearnNewsExamplesServices
Frontmatter
id6446
titlecollection.Base: prevent bubbling changes upwards for now
stateClosed
labels
enhancement
assigneestobiu
createdAtFeb 11, 2025, 11:57 PM
updatedAtFeb 12, 2025, 12:23 AM
githubUrlhttps://github.com/neomjs/neo/issues/6446
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 12, 2025, 12:23 AM

collection.Base: prevent bubbling changes upwards for now

Closed v8.21.0 enhancement
tobiu
tobiu commented on Feb 11, 2025, 11:57 PM
  • the idea was that adding or removing items from a collection should reflect these changes to its source
  • when filtering a collection, this also creates the allItems collection with the current collection as its source

the problem is e.g. clearing a store => mutate => clearing the allItems collection (correct)

now this would push the same changes upwards again, which must not happen.

needs a follow-up ticket.

tobiu added the enhancement label on Feb 11, 2025, 11:57 PM
tobiu assigned to @tobiu on Feb 11, 2025, 11:57 PM
tobiu referenced in commit 2e7f0aa - "collection.Base: prevent bubbling changes upwards for now #6446" on Feb 11, 2025, 11:58 PM
tobiu closed this issue on Feb 12, 2025, 12:23 AM