port add model in order manager of collection

This commit is contained in:
aina-esokia
2019-04-02 15:36:49 +04:00
parent 141bfde9ca
commit e68081399d
3 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ class CollectionController extends Controller
$query = $this->createUserQuery();
$admins = $query->on_base_ids([$bas_id])
->who_have_right([\ACL::ORDER_MASTER])
->include_templates(true)
->execute()
->get_results();
}