You are browsing the documentation for iTop 3.0 which is not the current version.

Consider browsing to iTop 3.1 documentation

Hide Impact Analyses tab

Prerequisite: You must be familiar with the Syntax used in Tutorials and have already created an extension.

learning:
Hide Impact Analyses tab on the Change class
level:
Beginner
domains:
PHP
min version:
2.3.0

With a simple PHP iTop extension, you can hide the tab Impact analyses from the details of the Change object (or any other Ticket class).

Change
public function DisplayBareRelations(WebPage $oPage, $bEditMode = false)
{
  parent::DisplayBareRelations($oPage, $bEditMode);
  $oPage->RemoveTab('Ticket:ImpactAnalysis');
}
3_0_0/customization/hidetab.txt ยท Last modified: 2022/11/10 17:21 (external edit)
Back to top
Contact us