Skip to content

Releases: graham73may/bolt-ajax-multi-contenttype-select-field

Bugfix - selection order saving correctly

19 Dec 19:47
d0b86a8
Compare
Choose a tag to compare

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

30 Jun 15:55
Compare
Choose a tag to compare

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.

10 Jan 15:02
227b897
Compare
Choose a tag to compare

Non-repeater ajaxmultictselect fields now outputting as an array

13 Dec 13:20
Compare
Choose a tag to compare

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.

12 Dec 14:33
Compare
Choose a tag to compare

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

14 Aug 10:36
Compare
Choose a tag to compare

Bugfix for an issue with the clear button value not saving.

Initial release

03 Aug 20:27
Compare
Choose a tag to compare

Initial release, this extension has been bug tested and used in production but please report any bugs you encounter.