Skip to content

Commit

Permalink
fix rights
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and cedric-anne committed Apr 17, 2024
1 parent ece88c5 commit 7a6f4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/migrations/update_10.0.x_to_11.0.0/assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
],
'Enclosure' => [
'table' => 'glpi_enclosures',
'rightname' => 'enclosure'
'rightname' => 'datacenter'
],
'Domain' => [
'table' => 'glpi_domains',
Expand All @@ -292,7 +292,7 @@
],
'Rack' => [
'table' => 'glpi_racks',
'rightname' => 'rack'
'rightname' => 'datacenter'
],
'Unmanaged' => [
'table' => 'glpi_unmanageds',
Expand Down

0 comments on commit 7a6f4c3

Please sign in to comment.