Open jben94 opened 6 years ago
Centreon Web version: 2.8.21
Centreon Engine version: 1.8.1
Centreon Broker version: 3.0.14
OS: RH 6.9
Steps to reproduce the issue:
Describe the results you received: No logs about your changes
Describe the results you expected: logs about your changes
In the file: www/class/centreon-clapi/centreonService.class.php In the function : add Here change :
// $serviceId = parent::add(); $serviceId = $this->object->insert($this->params); $this->params['service_hPars'] = $hostId; $this->addAuditLog( 'a', $serviceId, $this->params['service_description'], $this->params, 'SERVICE' );
@jben94 can you make a PR for this?
Hi @jben94,
This issue has been confirmed.
It will be fixed in 18.10.x and 19.04.x
Regards,
Ok, thanks you ;)
BUG REPORT INFORMATION
Centreon Web version: 2.8.21
Centreon Engine version: 1.8.1
Centreon Broker version: 3.0.14
OS: RH 6.9
Steps to reproduce the issue:
Describe the results you received: No logs about your changes
Describe the results you expected: logs about your changes
In the file: www/class/centreon-clapi/centreonService.class.php In the function : add Here change :