Details
Description
action value used in if-has-permission tag is incorrect in some places. Ideally action value should be start with "" but some places it used without ""
ForumScreens.xml#ViewForumMessage
<if-has-permission permission="CONTENTMGR" action="CREATE"/>
Due to this if user has correct permission then also it return false and user will not be able to view the screen.