Skip to content

Information in submodels gets thrown away #227

Description

@srchulo

Hi,

When I create an array of sub models as shown in option 1 of this answer:

The extra information in the sub model gets thrown away. For example:


Animal
type: string
Bear (sub model of Animal)
color: enum
height: integer

Then when I get back a response and do

this.animals = data

The only value that is kept is type, and color and height are thrown away.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions