Skip to content

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

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']);
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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