howdy!
in webform_hooks.php at line 285 there's a list of valid callbacks. two callback - submit and help - are missing from this list, although there are examples for each later in the file.
this was mildly confusing for me, so i'm submitting a tiny patch that adds these two callbacks, and also updates the order of callbacks to match the order in which examples are given later on.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | document_component_callbacks-1175782-1.patch | 460 bytes | firebus |
Comments
Comment #1
firebus commentedpatch
Comment #2
quicksketchThanks again, committed!