Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix link in blacklist fields. closes #3068
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Mar 13, 2021
1 parent 315f439 commit 65181a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/inventorycomputerblacklist.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function rawSearchOptions() {
'field' => 'name',
'linkfield' => 'plugin_fusioninventory_criterium_id',
'name' => __('Type'),
'datatype' => 'itemlink',
'datatype' => 'dropdown',
'itemlink_type' => 'PluginFusioninventoryInventoryComputerCriteria',
];

Expand Down

0 comments on commit 65181a9

Please sign in to comment.