Currently ACF hijacks all button and input[type="submit"] clicks in post edit screens. This means that the custom buttons for reservations and reservables are not sent correctly:
ACF hijacks click event
ACF does validation with admin-ajax.php
ACF determines validness and shows possible validation errors
If ACF data is valid, the plugin skips the custom buttons and sends the post edit form using the WP core "Update" button (which leaves out the custom POST associated with the custom buttons).
This breaks reservation status changes and similar buttons in the edit screens.
Currently ACF hijacks all
button
andinput[type="submit"]
clicks in post edit screens. This means that the custom buttons for reservations and reservables are not sent correctly:admin-ajax.php
POST
associated with the custom buttons).This breaks reservation status changes and similar buttons in the edit screens.