Skip to content

Commit bd15020

Browse files
committed
Controller: Call SortControl::handleRequest()
Supported since ipl 0.12.0, mandatory with ipl 0.15.0.
1 parent 695eafd commit bd15020

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/Cube/Web/Controller.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ protected function renderCube(): void
113113
]);
114114

115115
$this->params->shift($sortControl->getSortParam());
116+
$sortControl->handleRequest($this->getServerRequest());
116117
$cube->sortBy($sortControl->getSort());
117118
$this->addControl($sortControl);
118119

0 commit comments

Comments
 (0)