We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf665af commit fab59eeCopy full SHA for fab59ee
1 file changed
hook.php
@@ -445,6 +445,7 @@ function plugin_item_transfer_fields(array $options): void
445
$container->getFromDB($id);
446
$data = [
447
'plugin_fields_containers_id' => $id,
448
+ 'itemtype' => $itemtype,
449
'items_id' => $options['newID'],
450
'entities_id' => $options['entities_id'],
451
];
0 commit comments