--- loncom/interface/lonhtmlcommon.pm 2023/01/23 05:47:50 1.358.2.19.2.6 +++ loncom/interface/lonhtmlcommon.pm 2023/02/03 04:29:22 1.358.2.19.2.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.358.2.19.2.6 2023/01/23 05:47:50 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.358.2.19.2.7 2023/02/03 04:29:22 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3473,10 +3473,6 @@ sub jump_to_editres { if ($cfile =~ m{^/priv/($match_domain)/($match_username)/}) { my ($audom,$auname) = ($1,$2); unless (&Apache::lonnet::is_course($audom,$auname)) { - unless ((&Apache::lonnet::will_trust('othcoau',$env{'user.domain'},$audom)) && - (&Apache::lonnet::will_trust('coaurem',$audom,$env{'user.domain'}))) { - return; - } if (($symb ne '') && ($env{'request.course.id'}) && (&Apache::lonnet::allowed('mdc',$env{'request.course.id'}))) { unless (&Apache::lonnet::can_switchserver($env{'user.domain'},$home)) {