Page 1 of 1

Error in Multiple update

Posted: 08 Feb 2018, 11:10
by kubera
Hi
In 'Multiple update' there is an error. When I try to update 'Entity' field type with "With selected" menu a get
error.jpg
error.jpg (8.55 KiB) Viewed 3447 times
I made quick fix for me :D
In file

Code: Select all

\plugins\ext\modules\with_selected\actions\update.php
i added

Code: Select all

case 'fieldtype_entity':
before

Code: Select all

case 'fieldtype_dropdown_multiple':
case 'fieldtype_checkboxes': 
(around 335 line)

Second problem is that system does not filter dropdown list in 'Update records' window despite the filter is set in 'Fields Configuration' of entity.

Re: Error in Multiple update

Posted: 08 Feb 2018, 14:15
by support
Thank you. Both issues are fixed. Unpack attached file to \plugins\ext\modules\with_selected\actions\
Let me know if all fixed now.

Re: Error in Multiple update

Posted: 08 Feb 2018, 14:27
by kubera
Yes. It works OK.
Thanks.