-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementThis issue is about an enhancement (aka new feature)This issue is about an enhancement (aka new feature)
Milestone
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']); | |
| } | |
| } |
Metadata
Metadata
Assignees
Labels
enhancementThis issue is about an enhancement (aka new feature)This issue is about an enhancement (aka new feature)