-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Assignees
Milestone
@zonky2
Description
Add POST data for orderBy and orderDir in the filter processing.
Add POST data to slug parameter here
core/src/FrontendIntegration/FrontendFilter.php
Lines 394 to 400 in a176d53
if (Input::post('FORM_SUBMIT') === $this->formId) {
foreach ($wantedNames as $widgetName) {
$filter = $arrWidgets[$widgetName];
if (null !== $filter['urlvalue']) {
$other->setSlug($widgetName, $filter['urlvalue']);
}
}