graham73may / bolt-taxonomylist-field

New Bolt CMS field type to allow taxonomy selection from a select field.
MIT License
1 stars 3 forks source link

Support multiple taxonomies to select from #6

Open Spomsoree opened 5 years ago

Spomsoree commented 5 years ago

I think this is a great feature, which could be improved by the 'multiple: true' option.

Currently I get a 'Notice: Array to string conversion' Error.

graham73may commented 5 years ago

Hi!

What version of Bolt are you using out of interest? I remember we had issues with how the extension select fields data type was stored in the database.

The core select field could swap between single value and array value data type but extension fields weren't able to change dynamically like this.

I think this is the related commit in a 3.1 PR:

https://github.com/graham73may/bolt/commit/91e6e93c2bcf81615a50704686f1c369368d19aa

I don't have any time coming up to do any big Bolt work atm, if you do find a fix in the mean time please do submit a PR!

Thanks 🙂

On Tue, 26 Feb 2019, 14:32 Joshua Schumacher, notifications@github.com wrote:

I think this is a great feature, which could be improved by the 'multiple: true' option.

Currently I get a 'Notice: Array to string conversion' Error.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/graham73may/bolt-taxonomylist-field/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AGVbQq4rwmbtGG5dnVPKtbBUf_zHicKmks5vRUWGgaJpZM4bST20 .

Spomsoree commented 5 years ago

I'm currently working on v3.6.0.

I'll might have a look at it some time in the future 👍