Pinned,preapproved and all tabs not wanted to be seen when we click on create new(Change Request)

Gayathree Seeth
Tera Expert

Hi,

Can you help me with the below case.

When i click on Change-> Create new the below highlighted tabs in the screenshots should not be seen.

 

GayathreeSeeth_0-1680694584372.png

 

Thanks in advance!!

1 ACCEPTED SOLUTION

Mohd Aamir
Tera Expert

Under Macros search *cmu_landing_tabs there you can comment out the Pinned and Preapproved part. Then it will hide that when creating a new change request

MohdAamir_2-1730264281796.png

 

View solution in original post

11 REPLIES 11

Hi @Mohd Aamir ,

 

Could you please help me with this? I need to hide the ‘Pinned’ section in SOW. I’ve attached a screenshot for reference.

 

Thanks in Advance, 

 

sriram1_0-1758888746648.png

 

 

Hi Sriram,

 

1. Navigate to system UI->  ui macros -> search for "cmu_landing_tabs".

2. Open the "cmu_landing_tabs" , try commenting the code below , It worked for me.  

<li id="pinned"
            ng-class="{'state-active':chgModelLandingCtrl.filter == 'pinned'}"
            ng-click="chgModelLandingCtrl.filterBy('pinned')"
            focus-me="{{chgModelLandingCtrl.filter == 'pinned'}}"
            role="tab"
            aria-label="{{chgModelLandingCtrl.form.pinned.title}}"
            aria-selected="{{chgModelLandingCtrl.filter == 'pinned'}}"
            aria-controls="change-model-tabpanel"
            class="btn sn-navhub-btn sn-navhub-btn_text"
            tabindex="0">{{chgModelLandingCtrl.form.pinned.title}}
        </li>