LearnNewsExamplesServices
Frontmatter
id3794
titleclearFilter() in collection produces an extra item in the map
stateClosed
labels
bug
assignees[]
createdAtJan 5, 2023, 8:30 PM
updatedAtJan 5, 2023, 9:25 PM
githubUrlhttps://github.com/neomjs/neo/issues/3794
authorDinkh
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 5, 2023, 9:25 PM

clearFilter() in collection produces an extra item in the map

Closed v8.1.0 bug
Dinkh
Dinkh commented on Jan 5, 2023, 8:30 PM
Map.filters = [{property: 'running', value: false}];
Map.clearFilters();

This seems to be a problem in collectionBase:filter:671 It seems that components are added twice.

Dinkh added the bug label on Jan 5, 2023, 8:30 PM
Dinkh referenced in commit 1c0129b - "bug: solving #3794" on Jan 5, 2023, 8:31 PM
tobiu referenced in commit 9943af5 - "Merge pull request #3795 from neomjs/@bug/Dinkh/clearFilters on Jan 5, 2023, 9:24 PM
tobiu closed this issue on Jan 5, 2023, 9:25 PM