Skip to content

typeorm relationships failed #52

@Ellomend

Description

@Ellomend

First of all great project. i love the idea.
however relationships with typeorm failing =(

	@OneToMany(type => Step, step => step.checklist)
	steps?: Step[];
	@ManyToOne(type => Checklist, checklist => checklist.steps)
	checklist?: Checklist;
Connection error! Error: Entity metadata for Checklist#steps was not found.

Is it me or typeorm really brittle and fragile ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions