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
The field 'Author' is not autocompleted and it is not possible to fill it manually
Thank in advance for your help
Issue - Acknowledge Problem
Issue - Acknowledge Problem
You do not have the required permissions to view the files attached to this post.
Re: Issue - Acknowledge Problem
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
with this code
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; ?>Code: Select all
<?php echo get_user_attr(0, 'name'); ?>You do not have the required permissions to view the files attached to this post.
Re: Issue - Acknowledge Problem
Hi,
The change have solved the issue
You can close this topic
Thanks
The change have solved the issue
You can close this topic
Thanks