Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
glpi
Commits
c11ece2b
Commit
c11ece2b
authored
Jan 20, 2021
by
Cédric Anne
Committed by
Johan Cwiklinski
Jan 20, 2021
Browse files
Fix monitor asset handling in inventory
parent
3a38ec5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
inc/inventory/asset/monitor.class.php
View file @
c11ece2b
...
...
@@ -151,7 +151,7 @@ class Monitor extends InventoryAsset
],
'WHERE'
=>
[
'itemtype'
=>
'Monitor'
,
'computers_id'
=>
$this
->
item
->
get
Type
(),
'computers_id'
=>
$this
->
item
->
get
ID
(),
'entities_id'
=>
$entities_id
,
'glpi_computers_items.is_dynamic'
=>
1
,
'glpi_monitors.is_global'
=>
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment