--- loncom/html/adm/helper/newslot.helper 2018/06/24 04:11:12 1.35 +++ loncom/html/adm/helper/newslot.helper 2023/07/07 03:52:41 1.36 @@ -338,8 +338,8 @@ PROCTOR - return $res->is_map() || $res->is_problem() - return $res->is_problem() + return $res->is_map() || $res->is_problem() || $res->is_tool() + return $res->is_problem() || || $res->is_tool() return $res->symb() my @defaults;