How to: Hide generic tasks in Analyst Portal
Apply to:
ITSMPortal V5
ITSMPortal V6
You can use ITSM Portal's custom file to hide generic tasks from task bar (Create using request offering... and New Work Item...):
1. Create copy of the ITSMPortal.Front\Areas\Analyst\Views\Shared\_TaskBar.cshtml to _TaskBar_custom.cshtml
2. Remove or comment line 16-18:
@*<ul list-unstyl ed group" ng-if="visibleGenericTasks.length > 0">
<li ng-repeat="task in visibleGenericTasks | orderBy:'displayName' "><a href="#" ng-attr-title="{{task.displayName}}" ng-click="executeGeneralTask(task)"><i ng-class="task.cssClass"></i><span ng-bind="task.displayName"></span></a></li>
</ul>*@