Skip to content
Snippets Groups Projects
Verified Commit b80e3512 authored by Damien's avatar Damien
Browse files

FEAT #13827 TIME 0:30 Remove diffusion list control

parent 50b2d906
No related branches found
No related tags found
No related merge requests found
......@@ -353,9 +353,6 @@ class ResourceControlController
return ['errors' => 'Body diffusion has no dest'];
}
}
if (!$args['isWebServiceUser'] && !empty($body['destination']) && empty($destFound)) {
return ['errors' => 'Body diffusion has no dest'];
}
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment