mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 10:57:41 +02:00
ObjectsController: pass branch to table
This commit is contained in:
parent
131d4e27ba
commit
6f173b8392
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user