-
Notifications
You must be signed in to change notification settings - Fork 1
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
Multiple transplantings #20
Comments
Another case where this is useful is (for example) tomatoes that are started in plug trays and then "up-potted" to 4 inch pots, before finally being transplanted into their final location in the field or greenhouse. In that case, you have 1 seeding (into the plug trays), and 2 transplantings. Currently, the planting form only allows creating a single transplanting. It is possible to add additional transplanting logs OUTSIDE of the crop plan UI but they will not show in the crop plan (related: #6). Also notably: when you "add an existing planting" to a plan, if that planting already has multiple transplantings, only the first one will be linked. |
Correction: only the LAST transplanting is linked. farm_crop_plan/farm_crop_plan.module Line 1786 in a4114bd
The assumption being that the LAST transplanting is the one that puts the planting into it's final location in the field, and that's what we want to represent in the crop plan visualization. |
The new 3.x version no longer creates a direct link between the plan and the logs. Instead, it creates a link to the This module no longer provides it's own form for creating plant assets, and instead relies on farmOS core for those features (for example: the core Planting quick form). So any additional UI/UX features during the creation of assets should happen there I think. That said, I'd like to see some generic shortcuts for adding logs to plant assets from the plan UI in this module too. I think we can close this issue and pursue those ideas separately... |
Feedback from Cora at Wolfe's Neck:
The text was updated successfully, but these errors were encountered: