Releases: graham73may/bolt-ajax-multi-contenttype-select-field
Bugfix - selection order saving correctly
When sortable:true
and multiple:true
the order would not be retained on initial selection and save.
Thank you for the fix @JarJak!
Custom Branding Paths + 1 Bugfix
Support for custom branding paths added: https://docs.bolt.cm/3.5/performance/introduction#configure-the-backend-path-and-other-branding
Also addressed an issue with the $select
field changing during the loop then the callbacks using the wrong var.
Bugfix - Mixed config AJAX fields were pulling incorrect results.
For more details see: #5
Non-repeater ajaxmultictselect fields now outputting as an array
Removed old persist and hydrate methods from the extension - there's were a "hack" to get arrays working for multiple:true. With the proper Bolt field type support, this is no longer needed. (Bolt notes below).
Ajax fields were not working in Bolt 3.1-3.2 due to an issue with Bolt's FieldCollection.php and ContentValuesTrait.php.
A fix for unpatched Bolt versions can be found here:
graham73may/bolt@d51147b
and
graham73may/bolt@91e6e93
Ross from the Bolt team is submitting this fix to 3.4+
Repeaters with a multiple:true field now work correctly.
Ajax fields were not working in Bolt 3.1-3.2 due to an issue with Bolt's FieldCollection.php
A fix for unpatched Bolt versions can be found here:
graham73may/bolt@d51147b
and
graham73may/bolt@91e6e93
Ross from the Bolt team is submitting this fix to 3.4+
Bugfix - clear button
Bugfix for an issue with the clear button value not saving.
Initial release
Initial release, this extension has been bug tested and used in production but please report any bugs you encounter.