Today in the development, found that the home page can not add other parameters!
Desired results:
http://domain/?aaa=1
http://domain/?aaa=1&start=10
http://domain/?aaa=1&start=20
The result of the present:
http://domain/?aaa=1
http://domain/?start=10
http://domain/?start=20
Should it be like this?
The above content for software translation!
Labels |
Added:
?
|
Title |
|
@zero-24 The effect of this problem is not very big now, only a few special cases will be used.
To implement the problem steps:
Please open this page: http://www.portablecn.com/?aa=1
Please pay attention to the URL parameter AA; then click on the next page to see that the AA parameter does not exist.
If the first page to do filtering, this problem will have an impact!
The above content for software translation!
Status | New | ⇒ | Discussion |
Category | ⇒ | com_content |
i have seen this bug, and added a workaround in our pagination code,
When the paginated page is the home page then all URL variables that do not exist in the home page page menu item are lost, thus you can not e.g. paginate a filtered view
The bug is in SiteRouter.php
Why do you write "workarounds" instead of fixing the issue upstream and help everyone?
Closed_Date | 2018-02-06 11:29:44 | ⇒ | 2018-02-06 11:29:45 |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-06 11:29:44 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/19579
@ztj1993 can you please try the latest rc version https://github.com/joomla/joomla-cms/releases/tag/3.8.5-rc? As this release contains patches to be released stable today.