Adding a patch with the current state of the MR.
I've created a new formatter extending the file_default generic formatter.
fmfpereira β created an issue.
Adding a new version of the patch, since the last one missed an array validation of the first step.
Issue fork branch is updated.
Based on the feedback of #11 I've picked up on the patch from #10 and
- Made sure that submit element that triggers the captcha contains the class .simple-recaptcha-submit
- Add a configuration and logic to the webform handler to define if the submit element on the multistep form is triggered on the first or last step
Changes were added to the issue fork.
Patch attached if needed.
fmfpereira β made their first commit to this issueβs fork.
Seems to be related to 3263496 β
Seems to be related to 3263496 β
The patch from MR 9 generated on #13 applies to 1.1.1.
Tested and the sections can be added from both default and overridden layouts.
First implementation of a short term solution:
- Prefix the tag hash with the first letter of the tag.
- Not perfect but will drastically decrease invalidation of different tag types.
fmfpereira β created an issue.