Skip to content

Release 9.9.10-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thet thet released this 08 Nov 13:22
· 64 commits to master since this release

9.9.10-alpha.0 (2023-11-08)

Features

  • core events: Support the submitter property on submit_event events. (2e6b7e5)

Bug Fixes

  • pat autosubmit: Fix a typo where pat-autosubmit wasn't working for subforms anymore. (3be0170)

  • pat autosubmit: Trigger the submit event with the correct submitter property. (36c0c36)

    This resp. the previous commit in event.js fixes a problem where the
    submitter was the added to the browser automatically and could lead to
    incorrect form submission data in combination with pat-ajax. E.g. we had
    a case where for a file upload the delete button's value was submitted,
    where it shouldn't have.