This is a similar issue as outlined here: https://www.drupal.org/node/2732111
With the bootstrap template enabled the behaviour is slightly different. In that the user has to click the reset button twice for it to take effect.
Possible solution would be to mirror the changes from core/modules/views/js/ajax_view.js into themes/bootstrap/js/modules/views/ajax_view,js - this effectively disables the AJAX on the reset button. According to the post above: 'many things break during the form reset phase if using AJAX'.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | reset_button_ajax_fix-2820392-3.patch | 712 bytes | sittard |
Comments
Comment #2
markhalliwellPatches are welcome.
Comment #3
sittard commentedPatch attached.
Comment #4
Rajender Rajan commentedComment #5
Rajender Rajan commentedComment #7
markhalliwell