- Issue created by @herve.tubaldo
- Status changed to Postponed: needs info
3 months ago 3:18pm 19 August 2024 - π¨πSwitzerland saschaeggi Zurich
Did you check if
a) This problem exists on the latest dev release
b) This MR fixes it? π Ensure sticky action buttons to work with modals and ajax refresh-calls Needs reviewThanks
- π«π·France herve.tubaldo
Hello,
Thanks for your reply.
Indeed, the problem exists on the latest dev release, and MR #3463796 does not fix it.
- π¨πSwitzerland saschaeggi Zurich
Can you check if the latest changes form π Ensure sticky action buttons to work with modals and ajax refresh-calls Needs review do address this issue?
- π«π·France herve.tubaldo
Hello, I apply a patch with the latest changes and it's the same, sorry.
- π§πͺBelgium seutje Antwerp
I'm having the same issue: updating past RC10 makes submit buttons on node edit forms disappear. Upon closer inspection, I noticed that at the end of GinContentFormHelper->formAlter(), $form['actions] is still populated, but in node-edit-form.html.twig, form.actions is NULL.
I didn't experience this issue with other projects I updated to this version, so I'm fairly certain it's some weird interaction with another module.
I'm just going to pin it to RC10 for this project for now, I'll try to find some more time to look into what's going on. - π¨πSwitzerland saschaeggi Zurich
@seutje please check the linked issue and MR I mentioned above
- πΊπΈUnited States trigdog
This is a possible solution: https://www.drupal.org/project/gin/issues/3488499 π drupal_static data will not change each time you set it which breaks integrations like Simple Multistep Active