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 ee2dedf commit 19ff2d6Copy full SHA for 19ff2d6
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [UNRELEASED]
9
+
10
+- Fix item match process
11
12
## [1.1.1] - 2025-11-25
13
14
### Fixed
src/Host.php
@@ -475,10 +475,11 @@ public function searchItemMatch(int $id): bool
475
'centreon_type' => 'host',
476
]);
477
$this->getFromDB($new_id);
478
+ return true;
479
}
480
481
- return true;
482
+ return false;
483
484
} else {
485
0 commit comments