Hide Impact Analyses tab
Prerequisite: You must be familiar with the Syntax used in Tutorials and have already created an extension.
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 by 127.0.0.1