When navigating to the Crop Cycle option from the Agriculture workspace, the system shows a “Page crop-cycle not found” error. This means the link in the workspace is not resolving correctly to the Crop Cycle Doctype. Ideally, clicking on Crop Cycle should open the list view of the Doctype, but instead it throws a 404 error. This issue might be caused by an incorrect link configuration in the workspace JSON, or the Crop Cycle Doctype may not be properly installed or migrated in the system. Fixing this would require verifying whether the Doctype exists and updating the workspace JSON link type to "DocType" with "link_to": "Crop Cycle".
@maasanto
When navigating to the Crop Cycle option from the Agriculture workspace, the system shows a “Page crop-cycle not found” error. This means the link in the workspace is not resolving correctly to the Crop Cycle Doctype. Ideally, clicking on Crop Cycle should open the list view of the Doctype, but instead it throws a 404 error. This issue might be caused by an incorrect link configuration in the workspace JSON, or the Crop Cycle Doctype may not be properly installed or migrated in the system. Fixing this would require verifying whether the Doctype exists and updating the workspace JSON link type to "DocType" with "link_to": "Crop Cycle".