You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I use the $geoNear feature in MongoDB, so I added a location property to the Place schema object and it looks that the admin has a problem with adding new entries.
When I programatically create a new entry to the database and check it in the admin, it works:
When I try to add a new place in the admin it doesn't work:
I'd like to use your admin as it's nice. If you don't have time to fix it yourself, can you point me to the right place in the source code, so I can send a PR? :)
The text was updated successfully, but these errors were encountered:
Hey, I use the
$geoNear
feature in MongoDB, so I added a location property to the Place schema object and it looks that the admin has a problem with adding new entries.When I programatically create a new entry to the database and check it in the admin, it works:
When I try to add a new place in the admin it doesn't work:
My schema model:
I'd like to use your admin as it's nice. If you don't have time to fix it yourself, can you point me to the right place in the source code, so I can send a PR? :)
The text was updated successfully, but these errors were encountered: