ObjectsController: pass branch to table

This commit is contained in:
Thomas Gelf 2022-09-20 12:22:05 +02:00
parent 131d4e27ba
commit 6f173b8392

View File

@ -367,7 +367,9 @@ abstract class ObjectsController extends ActionController
)
);
ObjectSetTable::create($type, $this->db(), $this->getAuth())->renderTo($this);
ObjectSetTable::create($type, $this->db(), $this->getAuth())
->setBranch($this->getBranch())
->renderTo($this);
}
/**