Add chosen to module order field#11991
Closed
dgrammatiko wants to merge 158 commits intojoomla:stagingfrom
dgrammatiko:attribs
Closed
Add chosen to module order field#11991dgrammatiko wants to merge 158 commits intojoomla:stagingfrom dgrammatiko:attribs
dgrammatiko wants to merge 158 commits intojoomla:stagingfrom
dgrammatiko:attribs
Conversation
…omponent-messages
Fixes #8256
# Conflicts: # administrator/components/com_installer/views/install/tmpl/default.php # administrator/components/com_installer/views/update/tmpl/default.php # administrator/templates/isis/less/template.less
* Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction
* Enable caching of menu data in JMenuSite * Use a lambda function for the query instead
* Update date.php * Update date.php * cleaner code * simplify * Update date.php
* Router options * switch sentences
…11966) * Update JHtmlDateTest.php * Update JFactoryTest.php
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.
Pull Request for Issue #11984
Summary of Changes
Adds chosen to the select element (really minor, but already two requests for this)
Testing Instructions
Go to admin->modules
Create a new module
Change the position
Check the ordering
save
Change the position
Check the ordering
save
The select element should have chosen style applied and should be functioning as before
Documentation Changes Required
None