Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Deep Saving fails to save References in Embed Documents #5

@nico-ulbricht

Description

@nico-ulbricht

Given the setup

class Model {
    @embed(EmbedDocument)
    doc: EmbedDocument;
}

class EmbedDocument {
    @reference(ReferencedDocument)
    doc: ReferencedDocument;
}

calling await Model.save(true) only saves Model, but not ReferencedDocument

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions