LearnNewsExamplesServices
Frontmatter
id3559
titledata.Store: beforeSetData() => temp record ids
stateClosed
labels
enhancementstale
assignees[]
createdAtNov 10, 2022, 6:30 PM
updatedAtSep 14, 2024, 4:26 AM
githubUrlhttps://github.com/neomjs/neo/issues/3559
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 14, 2024, 4:26 AM

data.Store: beforeSetData() => temp record ids

Closed v8.1.0 enhancementstale
tobiu
tobiu commented on Nov 10, 2022, 6:30 PM

collection.Base provides support for adding new items without an id (keyProperty) value, using negative unique indexes: https://github.com/neomjs/neo/blob/dev/src/collection/Base.mjs#L1153

data.Store needs to use this as well.

tobiu added the enhancement label on Nov 10, 2022, 6:30 PM