We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbfffb commit 72b6b54Copy full SHA for 72b6b54
1 file changed
inc/field/dropdownfield.class.php
@@ -266,7 +266,7 @@ public function buildParams($rand = null) {
266
];
267
}
268
// Check if helpdesk availability is fine tunable on a per item basis
269
- if (Session::getCurrentInterface() == "helpdesk" && $DB->fieldExists($itemtype::getTable(), 'is_helpdesk_visible')) {
+ if ($DB->fieldExists($itemtype::getTable(), 'is_helpdesk_visible')) {
270
$dparams_cond_crit[] = [
271
'is_helpdesk_visible' => '1',
272
0 commit comments