We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ecf42 commit db757baCopy full SHA for db757ba
hook.php
@@ -166,7 +166,7 @@ function plugin_formcreator_addDefaultWhere($itemtype) {
166
}
167
168
// Add users_id_recipient
169
- $condition .= " OR `users_id_recipient` = $currentUser ";
+ $condition .= " OR `glpi_plugin_formcreator_issues`.`users_id_recipient` = $currentUser ";
170
171
$condition = "($condition)";
172
break;
0 commit comments