Update-col plugins has issues with date

Status
Not open for further replies.
Hello,

Before updating Joomla 4 and Fabrik Epsilon, I could update the column with a date element. Now, I get an error 1054.
upload_2023-10-30_17-1-11.png


upload_2023-10-30_17-8-34.png


Below are the settings of the date element
upload_2023-10-30_16-59-13.png


upload_2023-10-30_16-58-38.png


upload_2023-10-30_16-59-58.png


Joomla 4 - Fabrik Epsilon - Php 8.1.23.

Any idea why?
 
Update-col is taking the element's list filtertype settings for input format (which leads to strange effects e.g. if a field has a dropdown filter or with - as in your case - Range filter).
Are you sure it was working in F3 with filtertype = "Range"?
 
In F3 it's the same error if the element has a Range filter.

But can you try: add
$update->update_value[$i] = is_array($update->update_value[$i]) ? $update->update_value[$i][0] : $update->update_value[$i];
in plugins\fabrik_list\update_col\update_col.php line 319
 
Thank you so much. It is working now like a charm.:) I can see that there now is a Zeta version. Would it work with this version, too?
 
No, it's not in Zeta, you must add it again after installation.
But it will be in the next release.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top