--- loncom/auth/lonroles.pm 2021/04/29 17:45:24 1.349 +++ loncom/auth/lonroles.pm 2021/06/12 23:14:56 1.350 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.349 2021/04/29 17:45:24 raeburn Exp $ +# $Id: lonroles.pm,v 1.350 2021/06/12 23:14:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -915,7 +915,7 @@ ENDCLOSE } else { $access = &Apache::lonnet::allowed('bre',$furl); } - if (!$access) { + if ((!$access) || ($access eq 'D')) { $furl = &Apache::lonpageflip::first_accessible_resource(); } elsif ($access eq 'B') { $furl = '/adm/navmaps?showOnlyHomework=1';