Fix Bit Form create-only submission dispatch - #1365
danieliser wants to merge 1 commit into
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Stacks on #1364 and supports PopupMaker/Pro#144.
Bit Form 3.2.2 fires
bitform_submit_successfor both new submissions and frontend entry updates. This guard preserves the normalized event for successful creates, including no-storage forms, while excluding both native update AJAX actions. Validation failures remain excluded because the provider never fires its success hook.Tests:
vendor/bin/phpunit --configuration tests/php/phpunit.xml --filter FormSubmissionPhases_Test(16 tests, 52 assertions)No new hook or public API.