We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf94f1 commit a4b74ccCopy full SHA for a4b74cc
1 file changed
src/Controller.php
@@ -418,7 +418,6 @@ public static function requireFieldsToClose(CommonDBTM $item, bool $is_solution
418
if (
419
!$is_solution
420
&& $conf->fields['require_solution_to_close' . $configSuffix] == 1
421
- && is_array($data)
422
&& isset($data['status'])
423
&& $data['status'] == CommonITILObject::CLOSED
424
) {
0 commit comments