-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non core entity types are not retrieved #85
Comments
Hm, oh interesting. I'll confess I did not do much to test fetching actual profiles themselves, just the schemata. I can take a closer look later this week, but my first intuition is to find out if it works to fetch the resource with |
Sorry! I meant the schema. I used |
Hey, sorry I haven't found a chance to connect synchronously. Best to email me if you want to schedule something, or I can just respond here. I just tried this test again on my local machine, and it still works for me: farmOS.js/test/profile-support.js Lines 30 to 38 in 7e2bc25
The only changes I made to farmOS.js on top of My farmOS installation is version @mstenta, any guesses if something might have changed on that end? And what's the best way to pin down the specific version/commit on my local? |
Hmm nothing has changed that would affect the ability to fetch common profile schema... not that I can think of anyway. 🤔 |
Describe the bug
Entities of the type
profile
are not obtained when using thefetch
method. Trying to retrieve them using thefarm.fetch('profile', 'common')
without success.To Reproduce
Steps to reproduce the behavior:
farmos
object, a farm which includes the desiredprofile--common
schema isourscitest
. Here is the schema.core
types such as log, they work, but there's nothing similar for profile.The text was updated successfully, but these errors were encountered: