Retain filtered month in archive form#19391
Merged
mbabker merged 1 commit intojoomla:stagingfrom Jan 18, 2018
Quy:patch-13
Merged
Retain filtered month in archive form#19391mbabker merged 1 commit intojoomla:stagingfrom Quy:patch-13
mbabker merged 1 commit intojoomla:stagingfrom
Quy:patch-13
Conversation
|
I have tested this item ✅ successfully on a7e550d This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19391. |
Contributor
|
I have tested this item ✅ successfully on a7e550d This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19391. |
|
Ready to Commit after two successful tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a partial fix for Issue #19382.
Summary of Changes
In the Archive search form, the month dropdown has leading zero from Jan. to Sep.
This PR removes the leading zero to match the month query string so the chosen month is selected:
http://localhost/joomla-cms-staging/archived-articles/2011?view=archive&month=1Testing Instructions
Install demo.
Click
Archivelink.Click
January, 2011.In the archive form, see the month dropdown.
Expected result
Janis selected.Actual result
Monthis selected.Documentation Changes Required
none