Closed hendrysadrak closed 2 years ago
Right now AdminJS throws 500 when using Model instances for field references.
But, mongoose supports defining references in fields by passing in the Model instance.
Example:
This PR allows AdminJS to work with this pattern.
:tada: This PR is included in version 3.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Right now AdminJS throws 500 when using Model instances for field references.
But, mongoose supports defining references in fields by passing in the Model instance.
Example:
This PR allows AdminJS to work with this pattern.