- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023 10:07 PM
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))
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2023 12:35 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2024 06:26 AM
Just give knowledge admin role to that ownership group and it would be visible that way!