Skip to content

Add POST data for orderBy and orderDir in the filter processing. #1434

@zonky2

Description

@zonky2

Add POST data for orderBy and orderDir in the filter processing.

Add POST data to slug parameter here

if (Input::post('FORM_SUBMIT') === $this->formId) {
foreach ($wantedNames as $widgetName) {
$filter = $arrWidgets[$widgetName];
if (null !== $filter['urlvalue']) {
$other->setSlug($widgetName, $filter['urlvalue']);
}
}

Metadata

Metadata

Labels

enhancementThis issue is about an enhancement (aka new feature)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions