- πΊπΈUnited States ccrawford91 Florida
This was fixed as part of the 8.x-1.7 release β .
Automatically closed - issue fixed for 2 weeks with no activity.
after the update of the module Password Reset Landing Page (PRLP) 8.x-1.6 the hooks that does the $form["#submit"][] stoped working.
I can see the debug goes inside the hook, but the function that was supposed to be registered "my_function" wont be called after submit.
The reason why was because this code was removed from core:
"$this->formBuilder()->buildForm(UserPasswordResetForm::class, $form_state);"
do you guys know if we are going to have a patch for this?
How to replicate, just hook on form submit and add your custon function on form["#submit"][].
thank you
Fixed
1.6
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This was fixed as part of the 8.x-1.7 release β .
Automatically closed - issue fixed for 2 weeks with no activity.