We are running into a strange issue where non-admin users are not seeing content they should when using the following functions:
#set($taggedContent = $core_v2_taggedContent.List($query))
We have a staging group where content managers create content in a Private group only Admins have access too. When the content is ready to go live, we Convert Content to the public joinless group. However we are running into an issue where anon users cannot view this content as its not returning when we query for it. Admin users can see this content however. It seems like permissions got stuck somewere along the way. We tried clearning server cache with no resolve. What other things can we try?