Make Republish Button visible to ownership group

avinashdubey103
Tera Guru

I have a requirement to make the republish button visible to members of ownership group .

Currently only admins can see this button 

 

Condiiton of UI Action 

!(new KBCommon().isStackNameDialog()) && (new KBKnowledge().canRepublish(current))

 

 

1 ACCEPTED SOLUTION

Sebastian R_
Kilo Sage

@avinashdubey103 no problely not because the publish function "new KBKnowledge().republish(current);" in the UI Action also checks if you can republish which would not work with your function.

View solution in original post

5 REPLIES 5

Souvik Dutta
Tera Contributor

Just give knowledge admin role to that ownership group and it would be visible that way!