With the new flex roles, there will be some changes required. I noticed some issues with my DCRs that were specific to certain roles. Check the docs on the flex roles to see how you code will need to change. Andy
I had to make a call to is_user_in_roles() method. This is the extra code we have to include now:my $isAuthor = TeamSite::Flexroles::is_user_in_roles($user, $areavpath, "author");