Exec doesn't group, so this never impacted anything, but wasn't correct.
@@ -380,7 +380,7 @@ func (obj *ExecRes) GetUUIDs() []ResUUID {
}
func (obj *ExecRes) GroupCmp(r Res) bool {
_, ok := r.(*SvcRes)
_, ok := r.(*ExecRes)
if !ok {
return false
The note is not visible to the blocked user.