If property "glide.knowman.apply_article_read_criteria" is set to true... can article owner, view/modify his own article if he is not part of can read group in the article level?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 10:18 AM
I have set the property "glide.knowman.apply_article_read_criteria" to true ,And if I create an article with "can read" group where author is not part of that group , then he is not able to view or modify that article.
If suppose, can read group is empty and article is created then article owner is also able to see his record, but only problem I was facing is when ever user criteria is given in can read article level and article owner is not part of that group he is not able view/modify that article.
Is someone facing the same issue..?
can I get the solution for this ?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 06:28 AM
Yes, so I would properly create generic user criteria called "Knowledge Author" or something, that checks whether or not the user is the author of the article and then grants Read access. Does it make sense?
Best regards,
Sebastian Laursen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 06:57 AM
yes, theoretically it is fine. but practically how can we check? because author cannot create user criteria , only the knowledge owner or who have admin access can create user criteria , then what about others who dont have admin access?