Closed mstenta closed 1 year ago
I put a hotfix into place on the Rothamsted instances, and it seems to be working again. I will describe what I found, what I did, and what we need to do next in more detail in the next comment...
Post-mortem:
farm_quick.quick_form
route: https://github.com/farmOS/farmOS/pull/707/commits/3505e80124a2fe365eab5510fd2585f9ead9e69dconfirm_form_route_name
annotation.confirm_form_route_name
routes, so there is no way to refactor quick form actions so that they pass the quick_form
route parameter (afaict): https://git.drupalcode.org/project/drupal/-/blob/df5948229a8dc10bef675acb31ee939037b863ca/core/modules/views/src/Plugin/views/field/BulkForm.php#L431hotfix.patch
(attached), which I deployed to the Rothamsted instances on Farmier specifically. Clearing the caches after applying that patch seems to have fixed the issue.This is a temporary fix. Ultimately we need to fix this in farmOS core. I will discuss with @paul121 and we'll figure out the permanent fix. I will leave this issue open in the meantime...
I opened an upstream bug report: https://github.com/farmOS/farmOS/issues/727
Fixed this upstream and will tag a 2.2.1 release of farmOS shortly. Closing this.
I started seeing these error notifications this morning:
This must be related to the recent farmOS core v2.2.0 upgrade that took place on Saturday.