UI action visibility on Portal.

RudhraKAM
Tera Guru

Hello there 

Can some one know any other way to show only save UI action by hiding all UI actions in portal form ?

I dont want to clone the widget and as of now we disable UI actions on the widget instance option 

if we uncheck the UI action disable on widget instance this is how its showing 

find_real_file.png

1 ACCEPTED SOLUTION

RudhraKAM
Tera Guru

I excluded the UI action from particular view 

View solution in original post

5 REPLIES 5

John Longhitano
Kilo Guru

Hello,  which widget did you clone?  the form widget?

If you are trying to get rid of the ui action related links try editing or commenting out line 66 - 72 in the HTML of widget:

 

<!-- UI Action Links -->
<div ng-if="getUIActions('link').length > 0">
<label style="margin: 0;">${Related Links}</label>
<div ng-repeat="action in getUIActions('link')">
<a href ng-click="triggerUIAction(action)" gsft_id="{{::action.sys_id}}">{{::action.name}}</a>
</div>
</div>

Thanks for the reply John 

 

We are using OOB widget and we don't want to clone it

have you tried to go to instance options and check disable ui action on the form?

find_real_file.png

Yes I did that , I want to enable only particular UI action