We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446db9a commit 0761605Copy full SHA for 0761605
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
- Fix `Validation` tab from `Order`
13
- Fix invalid relations declared
14
- Fix uninstall method
15
+- Fix action to link an existing item
16
17
## [2.12.4] - 2025-12-02
18
inc/link.class.php
@@ -579,7 +579,7 @@ public static function processMassiveActionsForOneItemtype(
579
580
// retrieve additional informations for each items
581
$ma->POST['add_items'] = [];
582
- if (isset($ma->items[self::class])) {
+ if (isset($ma->getItems()[self::class])) {
583
$additional_data_ite = $DB->request([
584
'SELECT' => [
585
'glpi_plugin_order_orders_items.id',
0 commit comments