Locations
-
Hi, my idoit database seems to work just fine, just upgraded from 0.9.9-4 to 0.9.9-5. I got some objects in the database for testing, can see their nagios status, that all looks alright. One single point is strange though:
When I choose the "Objects" tab in the left frame, all objects are shown. But when I choose the "Locations" tab, I get the following displayed (literally):
function ObjectSelected (objId, objTypeId){ window.location.href = '?' + C__CMDB__GET__OBJECT + '=' + objId; }
Attached a small screenshot of this. Looks like some code is not executed but just displayed?
Cheers, Olaf
-
I got the same.
I have upgraded to 0.9.9-5 and "function ObjectSelected (objId, objTypeId){ window.location.href = '?' + C__CMDB__GET__OBJECT + '=' + objId; } " appeared when i went to Location tab.
I though that it was a problem with upgrade procedure, but after I reinstalled, the problem didn't go away.
-
The solution is here: http://forum.i-doit.org/index.php/topic,2371.0.html
Need to replace src/classes/cmdb/view/isys_cmdb_view_tree_location.class.php with attached one.
-
Hi,
thank you very much, that helped!
Olaf