You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to bulk edit a tags field on multiple assets
Environmental Info
Craft CMS Version: 4.4.14
Multi-site Mode (Yes/No): No
Plugin Version: 4.0.1
PHP Version: 8.0.29
Database Driver (MySQL/Postgres): mysql 8.0.29
Additional context
The task queue seems to just get stuck on processing the bulk edit. I only discovered the error by looking in the queue log and found this:
[queue.ERROR] [TypeError] TypeError: array_merge(): Argument #2 must be of type array, string given in /[...]/vendor/venveo/craft-bulkedit/src/fields/processors/RelationFieldProcessor.php:49
The text was updated successfully, but these errors were encountered:
@moldedjelly I can't seem to recreate this error. Do you think you can give a bit more details on your setup of fields? I'll be dedicated to resolving this issue these days.
Describe the bug
Trying to bulk edit a tags field on multiple assets
Environmental Info
Additional context
The task queue seems to just get stuck on processing the bulk edit. I only discovered the error by looking in the queue log and found this:
[queue.ERROR] [TypeError] TypeError: array_merge(): Argument #2 must be of type array, string given in /[...]/vendor/venveo/craft-bulkedit/src/fields/processors/RelationFieldProcessor.php:49
The text was updated successfully, but these errors were encountered: