The bottom "Create Article" is not appearing in the kb portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In the development environment, the "Create Article" button is available, but in the production environment only administrative users can see it.
I've already validated the "Can Contribute" field in the bases, and there are users with permission who still don't see the button. Within the kb_knowledge table users can create an article, but they can't in the KB portal.
Could anyone tell me the reason for this behavior?
Thanks!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Check these three
- Confirm the user has the
knowledgerole viasys_user_has_role. - Run a background script as the affected user:
gs.hasRole('knowledge')— if that returns false, it's a role issue. - Compare the ACLs on
kb_knowledge(create operation) between dev and prod.
