- Issue created by @mpotter
- π¬π§United Kingdom scott_euser
Hmmm good question; probably its about module weight; maybe auto-save form needs to be doing its form alter earlier than other modules. Haven't looked deeper, but if you're pushed for time, you could try changing your core.extension.yml to either move this one down (e.g. set to 1 or higher) or move autosave_form update (e.g. set to -1 or lower). Just a guess for now though.
- π¬π§United Kingdom scott_euser
Okay the issue is with Autosave Form, I found it over here: π TypeError: Drupal\Core\Form\FormState::setSubmitHandlers(): Argument #1 ($submit_handlers) must be of type array, null given, called in /web/modules/contrib/autosave_form/src/Form/AutosaveFormBuilder.php on line 139 i Active and gave the issue a little bit of love to help push it over the line. If you could take a moment to confirm it also solves it for you to be able to RTBC it, it would be much appreciated.
- Following your steps I was able to reproduce the issue and got the error pop-ups
- With the merge request auto-saves started to show again
- I was able to then also continue from an autosaved version I had abandoned just to be certain it was working properly
Thanks!