Hide views on knowledge article

Vignesh21
Kilo Guru

Hi,

Can someone help me if there is any property to disable the viewsIs there a way we could hide the number of views from knowledge article.

Tried setting this property to false but it didnt work - glide.knowman.search.show_view_coun. 

Please advice.

find_real_file.png

 

Thanks,

Vignesh

1 ACCEPTED SOLUTION

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

Hi Vignesh,

Sadly this widget doesn't care about the property. The only time it doesn't show is if the view count is 0, then it's hidden. Here is a screen shot from the widget code that shows you that it doesn't care about the property:

find_real_file.png

Now, if you want to remove it or make it dependent on the property you will need to clone this widget and make a small "ng-if" to check the value of the property. Let me know if you get stuck into this if you trying to achieve it.

 

//Göran

View solution in original post

7 REPLIES 7

Vignesh21
Kilo Guru

Thanks Goran for your help.

 

@Vignesh could you please help me the script what should change after cloning

@Rithvik Not sure what help you want. Please elaborate your question