Fix row ID input not being added for delete form
authorPatrick Figel <pfigel@greenpeace.org>
Fri, 14 Jun 2019 18:26:45 +0000 (20:26 +0200)
committerPatrick Figel <pfigel@greenpeace.org>
Fri, 14 Jun 2019 18:26:45 +0000 (20:26 +0200)
commit5774b54f47445de233daa85672ce4f793dff347a
tree7b5e3adbba3b77879683dfbc4ca310ac7e33f273
parent0fc5a6b9f646327335672d420fe481851a89b508
Fix row ID input not being added for delete form

This fixes an issue where the hidden "id" element wasn't added
because the CRM_Core_Action::DELETE handler has an early return.
CRM/Contribute/Form/Contribution.php
CRM/Event/Form/Participant.php