Page 1 of 1

Issue - Acknowledge Problem

Posted: Wed Oct 04, 2023 3:41 am
by op-team
Hi,

Yesterday I successfuly upgraded my XI from 5.10.0 to 5.11.2

I found an error when trying to acknowledge a problem
Capture.PNG
The field 'Author' is not autocompleted and it is not possible to fill it manually

Thank in advance for your help

Re: Issue - Acknowledge Problem

Posted: Wed Oct 04, 2023 9:13 am
by sgardil
Hey @op-team

Thanks for reaching out and sorry for the inconvenience. This has been noted and there is a fix in for the next release. In the mean time if you want to fix the issue and still have 5.11.2 version, I attached a file to this post and you can unzip the file and replace the current file with the attached file. The file location is /usr/local/nagiosxi/html/includes/components/xicore/status-object-detail.inc.php . Or if you don't mind getting into the code you can replace all instances of

Code: Select all

<?php echo $current_ccm_alias; ?>
with this code

Code: Select all

<?php echo get_user_attr(0, 'name'); ?>

Re: Issue - Acknowledge Problem

Posted: Tue Oct 17, 2023 2:19 am
by op-team
Hi,

The change have solved the issue
You can close this topic
Thanks