* Fix bug#19096.
This commit is contained in:
@@ -1050,7 +1050,7 @@ class kanban extends control
|
||||
$this->view->products = $productPairs;
|
||||
$this->view->selectedProductID = $selectedProductID;
|
||||
$this->view->lanePairs = $this->kanban->getLanePairsByGroup($groupID);
|
||||
$this->view->plans2Imported = $this->productplan->getList($selectedProductID, 0, 'all', $pager);
|
||||
$this->view->plans2Imported = $this->productplan->getList($selectedProductID, 0, 'all', $pager, 'begin_desc', 'skipparent');
|
||||
$this->view->pager = $pager;
|
||||
$this->view->kanbanID = $kanbanID;
|
||||
$this->view->regionID = $regionID;
|
||||
|
||||
Reference in New Issue
Block a user