Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

TestDataBuilder does not autopopulate property values unless the type name starts with an uppercase letter. #71

Open
mrfelton opened this issue Dec 1, 2015 · 0 comments

Comments

@mrfelton
Copy link

mrfelton commented Dec 1, 2015

This gets auto populated:

    "date": {
      "type": "Date",
      "required": true
    },

whist this doesn't:

    "date": {
      "type": "date",
      "required": true
    },

Both are valid schema definitions that mean the same thing to Loopback. They should both cause the property value to be auto populated

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant