Version | Release Date | Comments |
---|---|---|
1.1.0 | 2022-02-15 | Add compatibility 3.0 |
1.0.0 | 2020-04-02 | First version |
iTop 2.7.x
Use the Standard installation process for this extension.
The extension has 5 parameters that can be set in the module settings
part of the configuration file:
/itop_design/portals
tag of the XML DataModel) for which the extension will be disabled. For the admin. console use backoffice
, for an end-users portal instance use its ID (eg. itop-portal
for the default one). Default value is an empty array.The parameters should be structured like the following:
'combodo-workflow-graphical-view' => array ( 'hide_internal_stimuli' => false, 'stimuli_to_hide' => array ( 'UserRequest' => 'ev_autoresolve', 'FooClass' => 'ev_one, ev_two, ev_three', ), 'disabled_classes' => array('SomeClass', 'AnotherClass'), 'disabled_portals' => array('backoffice', 'itop-portal', 'another-portal-instance'), 'show_button_css_classes' => 'fas fa-map-marked-alt', ),
Example:
'combodo-workflow-graphical-view' => array ( 'hide_internal_stimuli' => false, 'stimuli_to_hide' => array ( 'UserRequest' => 'ev_autoresolve', ), 'disabled_classes' => array('Change'), 'disabled_portals' => array('itop-portal'), 'show_button_css_classes' => 'fas fa-map-marked-alt', ),
In an object details, if it has a workflow, a small map icon appear near the state attribute.
Click on it the show the workflow with its states and transitions. Also, the current state will be highlighted in blue to easily understand the next steps. Note that dashed lines are for internal stimuli.
Same as in the portal, in an object details, if it has a workflow , a small map icon appear near the state attribute.
Click on it the show the workflow with its states and transitions. Also, the current state will be highlighted in blue to easily understand the next steps. Note that dashed lines are for internal stimuli.