[4.4] Fix default parameters for pagination#43954
[4.4] Fix default parameters for pagination#43954Fedik wants to merge 4 commits intojoomla:4.4-devfrom
Conversation
|
I have tested this item ✅ successfully on 43605d4 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43954. |
|
You are filtering by CMD in most cases. Is that correct? And for |
|
Regarding the ID parameter: joomla-cms/libraries/src/Cache/Cache.php Line 690 in 8a868a3 |
|
Same applies to the other suggested changes |
|
Do we really need to have the cache key parameter be CMD as well? I currently don't see the necessity for that... |
Yes we do, otherwise we re-introduce the issue again. |
|
But having it be INT is far more restrictive than CMD and we only need the CMD for the router... |
Should I? I am fine with integer.
I did not change filter for the ID. |
…#43953) * fix com_finder pagination * Codestyle * cs fix * Update components/com_finder/src/View/Search/HtmlView.php Co-authored-by: Quy <quy@nomonkeybiz.com> * Append missing catid parameter in archive view * also cover title search * add additional parameters from PR #43954 * update ID filter * PHPCS --------- Co-authored-by: Hannes Papenberg <info@joomlager.de> Co-authored-by: Quy <quy@nomonkeybiz.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Pull Request for Issue # .
Summary of Changes
Added a few missing but required parameters.
And replaced use of deprecated app->input to modern.
Testing Instructions
code review
Link to documentations
Please select:
ping @SniperSister