Skip to content

Commit

Permalink
missing relations
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Aug 29, 2024
1 parent ca02797 commit 5c3debc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inc/relation.constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@
'_glpi_dropdowns_dropdowns' => 'dropdowns_dropdowndefinitions_id',
],

'glpi_dropdowns_dropdowns' => [
'glpi_dropdowns_dropdowns' => 'dropdowns_dropdowns_id',
],

'glpi_enclosuremodels' => [
'glpi_enclosures' => 'enclosuremodels_id',
],
Expand Down Expand Up @@ -539,6 +543,7 @@
'glpi_clusters' => 'entities_id',
'glpi_clustertypes' => 'entities_id',
'glpi_computers' => 'entities_id',
'glpi_dropdowns_dropdowns' => 'entities_id',
'_glpi_items_softwareversions' => 'entities_id',
'_glpi_itemvirtualmachines' => 'entities_id',
'glpi_consumableitems' => 'entities_id',
Expand Down

0 comments on commit 5c3debc

Please sign in to comment.