Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Checkboxes fields don’t update (on second language) when edited via Channel forms

Status Resolved
Add-on / Version Publisher 2.8.3
Severity
EE Version 3.5.16

pixi

Jul 03, 2018

When editing an entry via channel forms :

Checkboxes are correctly updated when editing the default language but doesn’t save changes when editing the other languages of the entry.

#1

BoldMinded (Brian)

Ok, I was able to replicate and I think I have if fixed, but I want to see if what you’re seeing is for the same reasons as me.

What is the ID of your checkboxes field? If you look at your exp_publisher_data table, do you see a column with the same ID, e.g. field_id_X?

Do you get any results when you run this query?

select * from exp_extensions where class = 'Publisher_ext' and method = 'before_channel_field_save';
#2

BoldMinded (Brian)

Comment has been marked private.

#3

pixi

the ID of my checkboxes field : 3. Yes there is a column named field_id_3.

the query gave this result :

extension_id 355 class Publisher_ext
method before_channel_field_save hook before_channel_field_save settings
priority 5 version 2.8.3 enabled y

I’ll try the build you just sent, thanks.

#4

pixi

Works just fine now! Thank you. Awesome and fast support, like usual!

Login to reply