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
There is a minor bug with the farm.area.send - right now it requires including the vocabulary ID for farm_areas with the area payload. In farmOS.js this is abstracted and the client handles this automatically. It would be nice if farmOS.py did the same.
The text was updated successfully, but these errors were encountered:
I think I was mistaken when I created this issue. I'm pretty sure auto-create functionality was handled on the server side of things. I might have been running an older version of farmOS server when I tested this.
Hi @paul121, I've encountered this same problem today - finding this issue and following your tip to add the vocab ID has worked around the update issue I was having for areas.
There is a minor bug with the
farm.area.send
- right now it requires including thevocabulary
ID forfarm_areas
with the area payload. In farmOS.js this is abstracted and the client handles this automatically. It would be nice if farmOS.py did the same.The text was updated successfully, but these errors were encountered: