Error in Multiple update

Post Reply
User avatar
kubera
Posts: 94
Joined: 01 Feb 2018, 14:42
Name: kubera
Location: Poland

Error in Multiple update

Post 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 2699 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.
User avatar
support
Site Admin
Posts: 6147
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error in Multiple update

Post 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.
Attachments
update.zip
(5.11 KiB) Downloaded 292 times
User avatar
kubera
Posts: 94
Joined: 01 Feb 2018, 14:42
Name: kubera
Location: Poland

Re: Error in Multiple update

Post by kubera »

Yes. It works OK.
Thanks.
Post Reply