We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getFieldsAndBeds
farmosUtil.js
The getFieldsAndBeds function in farmosUtil.js currently makes 2 API calls due to a bug in the farmOS.js library (farmOS/farmOS.js#86).
farmOS.js
When that bug has been resolved, the gitFieldsAndBeds function should be able to use a single filter object to get both the bed and field records.
gitFieldsAndBeds
filter
bed
field
The text was updated successfully, but these errors were encountered:
This has been moved to the FarmData2 repo as the farmosUtil.js library will be linked from there going forward.
Sorry, something went wrong.
No branches or pull requests
The
getFieldsAndBeds
function infarmosUtil.js
currently makes 2 API calls due to a bug in thefarmOS.js
library (farmOS/farmOS.js#86).When that bug has been resolved, the
gitFieldsAndBeds
function should be able to use a singlefilter
object to get both thebed
andfield
records.The text was updated successfully, but these errors were encountered: